Random OFFSETS! EVen Better than Random Delays!

pull/76/head
CCOSTAN 9 years ago
parent 7645066b76
commit feb025480d

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

Loading…
Cancel
Save

Powered by TurnKey Linux.