Random OFFSETS! EVen Better than Random Delays!

This commit is contained in:
CCOSTAN
2017-01-06 01:13:40 +00:00
parent 7645066b76
commit feb025480d

View File

@@ -26,7 +26,7 @@
trigger: trigger:
- platform: sun - platform: sun
event: sunrise event: sunrise
offset: '-03:25:00' offset: '-{{ (range(1, 3)|random|int) }}:{{ (range(1, 59)|random|int) }}:00'
action: action:
- service: light.turn_off - service: light.turn_off