Rearranged "family is home day" script for better lighting control
This commit is contained in:
@ -575,14 +575,29 @@ script:
|
|||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
target:
|
target:
|
||||||
entity_id: input_boolean.vacation_mode
|
entity_id: input_boolean.vacation_mode
|
||||||
|
- service: switch.turn_off
|
||||||
|
target:
|
||||||
|
entity_id: switch.presence_simulation
|
||||||
|
- service: light.turn_off
|
||||||
|
target:
|
||||||
|
area_id:
|
||||||
|
- living_room
|
||||||
|
- dining_room
|
||||||
|
- tina_desk
|
||||||
|
- mud_room
|
||||||
|
- furnace_room
|
||||||
|
- kallen_bedroom
|
||||||
|
- emma_bedroom
|
||||||
|
- master_bedroom
|
||||||
|
- upstairs_hallway
|
||||||
|
- basement_studio
|
||||||
|
- downstairs_bathroom
|
||||||
|
- upstairs_bathroom
|
||||||
- service: script.turn_on
|
- service: script.turn_on
|
||||||
target:
|
target:
|
||||||
entity_id:
|
entity_id:
|
||||||
- script.welcome_home
|
- script.welcome_home
|
||||||
- script.volume_reset
|
- script.volume_reset
|
||||||
- service: switch.turn_off
|
|
||||||
target:
|
|
||||||
entity_id: switch.presence_simulation
|
|
||||||
- service: script.security_disarm
|
- service: script.security_disarm
|
||||||
- service: switch.turn_off
|
- service: switch.turn_off
|
||||||
target:
|
target:
|
||||||
@ -623,17 +638,6 @@ script:
|
|||||||
- input_select.dining_room_lamp_scenes
|
- input_select.dining_room_lamp_scenes
|
||||||
data:
|
data:
|
||||||
option: Adaptive
|
option: Adaptive
|
||||||
- service: light.turn_off
|
|
||||||
target:
|
|
||||||
area_id:
|
|
||||||
- furnace_room
|
|
||||||
- kallen_bedroom
|
|
||||||
- emma_bedroom
|
|
||||||
- master_bedroom
|
|
||||||
- upstairs_hallway
|
|
||||||
- basement_studio
|
|
||||||
- downstairs_bathroom
|
|
||||||
- upstairs_bathroom
|
|
||||||
mode: single
|
mode: single
|
||||||
icon: mdi:home-account
|
icon: mdi:home-account
|
||||||
family_is_home_night:
|
family_is_home_night:
|
||||||
|
Reference in New Issue
Block a user