Fix Holiday Automations

This commit is contained in:
2022-11-26 16:45:31 -08:00
parent 3e71db7665
commit 003fe98ecf

View File

@@ -19,9 +19,10 @@ automation:
trigger:
- platform: sun
event: sunset
# TODO: Add Conditions
condition:
- "{{ is_state('binary_sensor.is_christmas_season', 'on') }}"
action:
- service: light.turn_on
- service: switch.turn_on
target:
entity_id: switch.christmas_lights_front
@@ -29,9 +30,10 @@ automation:
trigger:
- platform: time
at: '04:30:00'
# TODO: Add Conditions
condition:
- "{{ is_state('binary_sensor.is_christmas_season', 'on') }}"
action:
- service: light.turn_on
- service: switch.turn_on
target:
entity_id: switch.christmas_lights_front
@@ -39,9 +41,8 @@ automation:
trigger:
- platform: time
at: '00:00:00'
# TODO: Add Conditions
action:
- service: light.turn_off
- service: switch.turn_off
target:
entity_id: switch.christmas_lights_front
@@ -50,8 +51,7 @@ automation:
- platform: sun
event: sunrise
offset: '-00:30:00'
# TODO: Add Conditions
action:
- service: light.turn_off
- service: switch.turn_off
target:
entity_id: switch.christmas_lights_front