How About some Random Delays?? Why Thank You!

This commit is contained in:
CCOSTAN
2017-01-06 00:39:14 +00:00
parent 74dfce683b
commit a00052b3c9
3 changed files with 5 additions and 1 deletions

View File

@@ -1 +1 @@
0.35.2 0.35.3

View File

@@ -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. 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: #Lab notes:
```yaml ```yaml

View File

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