Turn on upstairs bathroom night lighting on arrival at home

This commit is contained in:
2022-12-01 17:28:51 -05:00
parent 106f465f96
commit 4bece067bf

View File

@ -422,6 +422,11 @@ script:
entity_id: input_select.dining_room_lamp_scenes entity_id: input_select.dining_room_lamp_scenes
data: data:
option: Full option: Full
- service: input_select.select_option
target:
entity_id: input_select.upstairs_bathroom_scenes
data:
option: Nightlight
- service: light.turn_off - service: light.turn_off
target: target:
area_id: area_id:
@ -432,7 +437,6 @@ script:
- upstairs_hallway - upstairs_hallway
- basement_studio - basement_studio
- downstairs_bathroom - downstairs_bathroom
- upstairs_bathroom
- service: script.welcome_home - service: script.welcome_home
mode: single mode: single
icon: mdi:home-account icon: mdi:home-account