Update Holiday Package

This commit is contained in:
2022-12-06 16:09:16 -08:00
parent 387a240d31
commit deb84217e3

View File

@@ -24,7 +24,9 @@ automation:
action: action:
- service: switch.turn_on - service: switch.turn_on
target: target:
entity_id: switch.christmas_lights_front entity_id:
- switch.christmas_lights_roof
- switch.christmas_lights_shrubs
- alias: Holiday - Turn On Christmas Lights in Morning - alias: Holiday - Turn On Christmas Lights in Morning
trigger: trigger:
@@ -35,7 +37,9 @@ automation:
action: action:
- service: switch.turn_on - service: switch.turn_on
target: target:
entity_id: switch.christmas_lights_front entity_id:
- switch.christmas_lights_roof
- switch.christmas_lights_shrubs
- alias: Holiday - Turn Off Christmas Lights at Midnight - alias: Holiday - Turn Off Christmas Lights at Midnight
trigger: trigger:
@@ -44,7 +48,9 @@ automation:
action: action:
- service: switch.turn_off - service: switch.turn_off
target: target:
entity_id: switch.christmas_lights_front entity_id:
- switch.christmas_lights_roof
- switch.christmas_lights_shrubs
- alias: Holiday - Turn Off Christmas Lights at Sunrise - alias: Holiday - Turn Off Christmas Lights at Sunrise
trigger: trigger:
@@ -54,4 +60,6 @@ automation:
action: action:
- service: switch.turn_off - service: switch.turn_off
target: target:
entity_id: switch.christmas_lights_front entity_id:
- switch.christmas_lights_roof
- switch.christmas_lights_shrubs