New script for cleaning up from max brightness mode
This commit is contained in:
45
scripts.yaml
45
scripts.yaml
@ -335,3 +335,48 @@ watchman_audit:
|
||||
notify_service: notify.ios_tony
|
||||
mode: single
|
||||
icon: mdi:magnify
|
||||
max_brightness_cleanup:
|
||||
alias: Max Brightness Cleanup
|
||||
sequence:
|
||||
- service: input_boolean.turn_off
|
||||
data: {}
|
||||
target:
|
||||
entity_id: input_boolean.shower_mode
|
||||
- service: input_boolean.turn_on
|
||||
data: {}
|
||||
target:
|
||||
entity_id: input_boolean.front_porch_light_on
|
||||
- service: automation.turn_on
|
||||
data: {}
|
||||
target:
|
||||
entity_id: automation.living_room_night_lighting
|
||||
- service: switch.turn_on
|
||||
target:
|
||||
entity_id:
|
||||
- switch.adaptive_lighting_basement_studio
|
||||
- switch.adaptive_lighting_kallen_bedroom
|
||||
- switch.adaptive_lighting_living_room
|
||||
- switch.adaptive_lighting_master_bedroom
|
||||
- switch.adaptive_lighting_mud_room
|
||||
- switch.adaptive_lighting_nursery
|
||||
- switch.adaptive_lighting_upstairs_hallway
|
||||
- switch.adaptive_lighting_dining_room
|
||||
- switch.adaptive_lighting_upstairs_bathroom
|
||||
- switch.adaptive_lighting_downstairs_bathroom
|
||||
- switch.adaptive_lighting_tina_lamp
|
||||
data: {}
|
||||
- service: input_text.set_value
|
||||
data: {}
|
||||
target:
|
||||
entity_id:
|
||||
- input_text.basement_studio_selected_scene
|
||||
- input_text.downstairs_bathroom_selected_scene
|
||||
- input_text.kallen_bedroom_selected_scene
|
||||
- input_text.living_room_selected_scene
|
||||
- input_text.master_bedroom_selected_scene
|
||||
- input_text.mud_room_selected_scene
|
||||
- input_text.nursery_selected_scene
|
||||
- input_text.tina_lamp_selected_scene
|
||||
- input_text.upstairs_hallway_selected_scene
|
||||
mode: single
|
||||
icon: mdi:broom
|
||||
|
Reference in New Issue
Block a user