mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-11-06 17:51:36 +00:00
More Sunshine type stuff.
This commit is contained in:
@@ -20,10 +20,6 @@ front_house_motion:
|
||||
- delay: '00:10:00'
|
||||
- service: light.turn_off
|
||||
entity_id: group.outdoor_front_lights
|
||||
|
||||
- condition: sun
|
||||
before: 'sunrise'
|
||||
before_offset: '-03:00:00'
|
||||
- delay: '00:00:10'
|
||||
- service: script.monthly_front_house_scene
|
||||
|
||||
|
||||
@@ -8,6 +8,10 @@
|
||||
|
||||
monthly_front_house_scene:
|
||||
sequence:
|
||||
- condition: sun
|
||||
before: 'sunrise'
|
||||
before_offset: '-03:00:00'
|
||||
|
||||
- service: scene.turn_on
|
||||
data_template:
|
||||
entity_id: "scene.month_front_{{ states('sensor.date').split('-')[1] }}_colors"
|
||||
|
||||
Reference in New Issue
Block a user