mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 17:51:36 +00:00
How About some Random Delays?? Why Thank You!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user