How About some Random Delays?? Why Thank You!

pull/76/head
CCOSTAN 9 years ago
parent 74dfce683b
commit a00052b3c9

@ -1 +1 @@
0.35.2
0.35.3

@ -120,6 +120,8 @@ https://www.reddit.com/r/amazonecho/comments/5he8o7/diy_ir_blaster_10_instructio
https://community.home-assistant.io/t/a-different-take-on-an-alarm-system/7809/5 - ALARM System info.
GUI for Light sunset offset - https://community.home-assistant.io/t/sun-event-related-timers/8648
#Lab notes:
```yaml

@ -8,8 +8,10 @@
event: sunset
action:
- delay: '00:{{ (range(1, 59)|random|int) }}:00'
- service: script.monthly_front_house_scene
- service: script.holiday_switches_on
- delay: '00:{{ (range(1, 59)|random|int) }}:00'
- service: light.turn_on
entity_id:
- light.outdoor_bathroom

Loading…
Cancel
Save

Powered by TurnKey Linux.