diff --git a/.HA_VERSION b/.HA_VERSION index a560e4b2..52f0026e 100755 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -0.35.2 \ No newline at end of file +0.35.3 \ No newline at end of file diff --git a/README.md b/README.md index 144c3b2a..b388513d 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/automation/sunrise_turnon_and_off.yaml b/automation/sunrise_turnon_and_off.yaml index 8f8d433f..051de900 100755 --- a/automation/sunrise_turnon_and_off.yaml +++ b/automation/sunrise_turnon_and_off.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