Tweaks for traversing the first floor at night
This commit is contained in:
@ -333,7 +333,7 @@ automation:
|
|||||||
target:
|
target:
|
||||||
entity_id: input_select.dining_room_lamp_modes
|
entity_id: input_select.dining_room_lamp_modes
|
||||||
data:
|
data:
|
||||||
option: Reset
|
option: Full
|
||||||
- if:
|
- if:
|
||||||
- condition: trigger
|
- condition: trigger
|
||||||
id: motion-off
|
id: motion-off
|
||||||
|
29
scripts.yaml
29
scripts.yaml
@ -188,21 +188,28 @@ max_brightness:
|
|||||||
going_upstairs:
|
going_upstairs:
|
||||||
alias: Going Upstairs
|
alias: Going Upstairs
|
||||||
sequence:
|
sequence:
|
||||||
- service: switch.turn_off
|
- service: input_select.select_option
|
||||||
data: {}
|
data:
|
||||||
|
option: Adaptive
|
||||||
target:
|
target:
|
||||||
entity_id:
|
entity_id:
|
||||||
- switch.adaptive_lighting_sleep_mode_basement_studio
|
- input_select.basement_studio_scenes
|
||||||
- switch.adaptive_lighting_sleep_mode_mud_room
|
- input_select.tina_lamp_scenes
|
||||||
- switch.adaptive_lighting_sleep_mode_upstairs_hallway
|
- input_select.mud_room_scenes
|
||||||
- service: light.turn_on
|
- input_select.upstairs_hallway_scenes
|
||||||
data: {}
|
- input_select.living_room_scenes
|
||||||
target:
|
|
||||||
entity_id:
|
|
||||||
- light.living_room_lights
|
|
||||||
- light.basement_led_strip_1
|
|
||||||
- service: input_boolean.turn_on
|
- service: input_boolean.turn_on
|
||||||
entity_id: input_boolean.night_mode
|
entity_id: input_boolean.night_mode
|
||||||
|
- delay:
|
||||||
|
hours: 0
|
||||||
|
minutes: 2
|
||||||
|
seconds: 0
|
||||||
|
milliseconds: 0
|
||||||
|
- service: input_select.select_option
|
||||||
|
data:
|
||||||
|
option: Side Nightlight
|
||||||
|
target:
|
||||||
|
entity_id: input_select.master_bedroom_scenes
|
||||||
mode: single
|
mode: single
|
||||||
icon: hue:room-stairs
|
icon: hue:room-stairs
|
||||||
basement_on:
|
basement_on:
|
||||||
|
Reference in New Issue
Block a user