Lights back to adaptive when we leave.
This commit is contained in:
@ -281,6 +281,40 @@ script:
|
||||
- kallen_bedroom
|
||||
- master_bedroom
|
||||
- nursery
|
||||
- delay:
|
||||
seconds: 5
|
||||
- service: switch.turn_on
|
||||
target:
|
||||
entity_id:
|
||||
- switch.adaptive_lighting_basement_studio
|
||||
- switch.adaptive_lighting_living_room
|
||||
- switch.adaptive_lighting_downstairs_bathroom
|
||||
- switch.adaptive_lighting_dining_room
|
||||
- switch.adaptive_lighting_tina_lamp
|
||||
- switch.adaptive_lighting_mud_room
|
||||
- switch.adaptive_lighting_upstairs_hallway
|
||||
- switch.adaptive_lighting_master_bedroom
|
||||
- switch.adaptive_lighting_kallen_bedroom
|
||||
- switch.adaptive_lighting_nursery
|
||||
- service: input_text.set_value
|
||||
target:
|
||||
entity_id:
|
||||
- input_text.basement_studio_selected_scene
|
||||
- input_text.living_room_selected_scene
|
||||
- input_text.downstairs_bathroom_selected_scene
|
||||
- input_text.mud_room_selected_scene
|
||||
- input_text.tina_lamp_selected_scene
|
||||
- input_text.upstairs_hallway_selected_scene
|
||||
- input_text.master_bedroom_selected_scene
|
||||
- input_text.kallen_bedroom_selected_scene
|
||||
- input_text.nursery_selected_scene
|
||||
data:
|
||||
value: Adaptive
|
||||
- service: input_text.set_value
|
||||
target:
|
||||
entity_id: input_text.dining_room_lamp_selected_scene
|
||||
data:
|
||||
value: Full
|
||||
- service: media_player.turn_off
|
||||
target:
|
||||
entity_id: media_player.living_room_tv
|
||||
|
Reference in New Issue
Block a user