Added 3rd bulb upstairs bathroom, 2 bulbs downstairs bathroom
This commit is contained in:
@ -939,3 +939,60 @@
|
||||
default: []
|
||||
mode: queued
|
||||
max: 2
|
||||
- id: '1647389966311'
|
||||
alias: Downstairs Bathroom Scenes
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: input_select.downstairs_bathroom_scenes
|
||||
condition: []
|
||||
action:
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.downstairs_bathroom_scenes
|
||||
state: Bright
|
||||
sequence:
|
||||
- service: scene.turn_on
|
||||
data: {}
|
||||
target:
|
||||
entity_id: scene.downstairs_bathroom_bright
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.downstairs_bathroom_scenes
|
||||
state: Dimmed
|
||||
sequence:
|
||||
- service: scene.turn_on
|
||||
data: {}
|
||||
target:
|
||||
entity_id: scene.downstairs_bathroom_dimmed
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.downstairs_bathroom_scenes
|
||||
state: Nightlight
|
||||
sequence:
|
||||
- service: scene.turn_on
|
||||
data: {}
|
||||
target:
|
||||
entity_id: scene.downstairs_bathroom_nightlight
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.downstairs_bathroom_scenes
|
||||
state: Adaptive
|
||||
sequence:
|
||||
- service: adaptive_lighting.apply
|
||||
data:
|
||||
entity_id: switch.adaptive_lighting_downstairs_bathroom
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.downstairs_bathroom_scenes
|
||||
state: Reset
|
||||
sequence:
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
option: Adaptive
|
||||
target:
|
||||
entity_id: input_select.downstairs_bathroom_scenes
|
||||
default: []
|
||||
mode: queued
|
||||
max: 2
|
||||
|
@ -81,6 +81,12 @@ light:
|
||||
entities:
|
||||
- light.upstairs_bathroom_left
|
||||
- light.upstairs_bathroom_right
|
||||
- light.upstairs_bathroom_wall
|
||||
- platform: group
|
||||
name: Downstairs Bathroom Lights
|
||||
entities:
|
||||
- light.downstairs_bathroom_left
|
||||
- light.downstairs_bathroom_right
|
||||
|
||||
frontend:
|
||||
themes: !include_dir_merge_named themes
|
||||
|
@ -16,3 +16,4 @@ Presence Simulation:
|
||||
- light.nursery_light
|
||||
- light.dining_room_lamp
|
||||
- light.upstairs_bathroom_lights
|
||||
- light.downstairs_bathroom_lights
|
||||
|
@ -99,3 +99,13 @@ upstairs_bathroom_scenes:
|
||||
- Reset
|
||||
initial: Adaptive
|
||||
icon: mdi:toilet
|
||||
downstairs_bathroom_scenes:
|
||||
name: Downstairs Bathroom Scenes
|
||||
options:
|
||||
- Adaptive
|
||||
- Bright
|
||||
- Dimmed
|
||||
- Nightlight
|
||||
- Reset
|
||||
initial: Adaptive
|
||||
icon: mdi:toilet
|
||||
|
Reference in New Issue
Block a user