Created scene selection dropdown for upstairs hallway
This commit is contained in:
@ -381,3 +381,49 @@
|
|||||||
entity_id: scene.dining_room_lamp_wall
|
entity_id: scene.dining_room_lamp_wall
|
||||||
default: []
|
default: []
|
||||||
mode: single
|
mode: single
|
||||||
|
- id: '1644529151295'
|
||||||
|
alias: Upstairs Hallway Scenes
|
||||||
|
description: ''
|
||||||
|
trigger:
|
||||||
|
- platform: state
|
||||||
|
entity_id: input_select.upstairs_hallway_scenes
|
||||||
|
condition: []
|
||||||
|
action:
|
||||||
|
- choose:
|
||||||
|
- conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_select.upstairs_hallway_scenes
|
||||||
|
state: Bright
|
||||||
|
sequence:
|
||||||
|
- service: scene.turn_on
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: scene.upstairs_hallway_bright
|
||||||
|
- conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_select.upstairs_hallway_scenes
|
||||||
|
state: Dimmed
|
||||||
|
sequence:
|
||||||
|
- service: scene.turn_on
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: scene.upstairs_hallway_dimmed
|
||||||
|
- conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_select.upstairs_hallway_scenes
|
||||||
|
state: Nightlight
|
||||||
|
sequence:
|
||||||
|
- service: scene.turn_on
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: scene.upstairs_hallway_nightlight
|
||||||
|
- conditions:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_select.upstairs_hallway_scenes
|
||||||
|
state: Adaptive
|
||||||
|
sequence:
|
||||||
|
- service: adaptive_lighting.apply
|
||||||
|
data:
|
||||||
|
entity_id: switch.adaptive_lighting_upstairs_hallway
|
||||||
|
default: []
|
||||||
|
mode: single
|
||||||
|
@ -24,3 +24,12 @@ dining_room_lamp_modes:
|
|||||||
- 2 Bulb - Wall
|
- 2 Bulb - Wall
|
||||||
initial: All Bulbs
|
initial: All Bulbs
|
||||||
icon: mdi:floor-lamp-dual
|
icon: mdi:floor-lamp-dual
|
||||||
|
upstairs_hallway_scenes:
|
||||||
|
name: Upstairs Hallway Scenes
|
||||||
|
options:
|
||||||
|
- Adaptive
|
||||||
|
- Bright
|
||||||
|
- Dimmed
|
||||||
|
- Nightlight
|
||||||
|
initial: Adaptive
|
||||||
|
icon: hue:ceiling-round
|
||||||
|
Reference in New Issue
Block a user