Update Vacation Automations
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user