Moved my end of the night routine from Alexa to HA

This commit is contained in:
2022-02-03 03:34:56 -05:00
parent 353258d156
commit 2d956767c0

View File

@ -129,15 +129,12 @@ stop_spotify:
goodnight: goodnight:
alias: Goodnight alias: Goodnight
sequence: sequence:
- service: scene.turn_on - service: switch.turn_on
data: {}
target: target:
entity_id: entity_id: switch.adaptive_lighting_sleep_mode_upstairs_hallway
- scene.upstairs_hallway_nightlight
- service: light.turn_off - service: light.turn_off
target: target:
device_id:
- cfa5796f2572082c37db92f809e432bc
- 3ccbb8face40bff22fd924966bbb19f5
area_id: area_id:
- basement_studio - basement_studio
- master_bedroom - master_bedroom
@ -145,16 +142,20 @@ goodnight:
- furnace_room - furnace_room
- mud_room - mud_room
- nursery - nursery
- living_room
data: {}
- service: switch.turn_off - service: switch.turn_off
target: target:
area_id: area_id:
- basement_studio - basement_studio
entity_id: switch.dining_room_lamp entity_id: switch.dining_room_lamp
data: {}
- service: switch.turn_on - service: switch.turn_on
target: target:
entity_id: entity_id:
- switch.basement_echo_dot_do_not_disturb_switch - switch.basement_echo_dot_do_not_disturb_switch
- switch.living_room_echo_dot_do_not_disturb_switch - switch.living_room_echo_dot_do_not_disturb_switch
data: {}
mode: single mode: single
icon: mdi:weather-night icon: mdi:weather-night
alexa_tts_test: alexa_tts_test:
@ -328,3 +329,19 @@ max_brightness:
mode: single mode: single
alias: Max Brightness alias: Max Brightness
icon: mdi:brightness-7 icon: mdi:brightness-7
going_upstairs:
alias: Going Upstairs
sequence:
- service: switch.turn_off
data: {}
target:
entity_id:
- switch.adaptive_lighting_sleep_mode_basement_studio
- switch.adaptive_lighting_sleep_mode_mud_room
- switch.adaptive_lighting_sleep_mode_upstairs_hallway
- service: light.turn_on
data: {}
target:
entity_id: light.living_room_lights
mode: single
icon: hue:room-stairs