mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-07 01:52:11 +00:00
Random OFFSETS! EVen Better than Random Delays!
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user