Update Vacation Automations
This commit is contained in:
@@ -17,6 +17,14 @@ automation:
|
||||
- service: light.turn_on
|
||||
target:
|
||||
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
|
||||
trigger:
|
||||
@@ -34,6 +42,10 @@ automation:
|
||||
- service: light.turn_on
|
||||
target:
|
||||
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
|
||||
trigger:
|
||||
|
||||
Reference in New Issue
Block a user