diff --git a/automations.yaml b/automations.yaml index 1f632c9..98d719b 100644 --- a/automations.yaml +++ b/automations.yaml @@ -297,3 +297,49 @@ entity_id: switch.adaptive_lighting_living_room default: [] mode: single +- id: '1644520666008' + alias: Mud Room Scenes + description: '' + trigger: + - platform: state + entity_id: input_select.mud_room_scenes + condition: [] + action: + - choose: + - conditions: + - condition: state + entity_id: input_select.mud_room_scenes + state: Bright + sequence: + - service: scene.turn_on + data: {} + target: + entity_id: scene.mud_room_bright + - conditions: + - condition: state + entity_id: input_select.mud_room_scenes + state: Dimmed + sequence: + - service: scene.turn_on + data: {} + target: + entity_id: scene.mud_room_dimmed + - conditions: + - condition: state + entity_id: input_select.mud_room_scenes + state: Nightlight + sequence: + - service: scene.turn_on + data: {} + target: + entity_id: scene.mud_room_nightlight + - conditions: + - condition: state + entity_id: input_select.mud_room_scenes + state: Adaptive + sequence: + - service: adaptive_lighting.apply + data: + entity_id: switch.adaptive_lighting_mud_room + default: [] + mode: single diff --git a/input_select.yaml b/input_select.yaml index b26dece..4c68ec4 100644 --- a/input_select.yaml +++ b/input_select.yaml @@ -7,3 +7,12 @@ living_room_scenes: - Nightlight initial: Adaptive icon: hue:room-living +mud_room_scenes: + name: Mud Room Scenes + options: + - Adaptive + - Bright + - Dimmed + - Nightlight + initial: Adaptive + icon: hue:room-other