Update Vacation Automations

This commit is contained in:
2023-07-11 10:03:01 -07:00
parent 5a9e5cce3a
commit 996aa0b9f3

View File

@@ -17,6 +17,14 @@ automation:
- service: light.turn_on - service: light.turn_on
target: target:
entity_id: light.kitchen_light entity_id: light.kitchen_light
- delay: '02:00:00'
- service: light.turn_off
target:
entity_id: light.dining_room_light
- service: light.turn_off
target:
entity_id: light.kitchen_light
- alias: Vacation - Turn On Living Room Lights after Dinner - alias: Vacation - Turn On Living Room Lights after Dinner
trigger: trigger:
@@ -34,6 +42,10 @@ automation:
- service: light.turn_on - service: light.turn_on
target: target:
entity_id: light.living_room_light entity_id: light.living_room_light
- delay: '02:00:00'
- service: light.turn_off
target:
entity_id: light.living_room_light
- alias: Vacation - Turn Off Living Room Lights at Bedtime - alias: Vacation - Turn Off Living Room Lights at Bedtime
trigger: trigger: