Came up with a solution for double-tap to return lights to adaptive
This commit is contained in:
@ -299,8 +299,19 @@
|
||||
- service: adaptive_lighting.apply
|
||||
data:
|
||||
entity_id: switch.adaptive_lighting_living_room
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.living_room_scenes
|
||||
state: Reset
|
||||
sequence:
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
option: Adaptive
|
||||
target:
|
||||
entity_id: input_select.living_room_scenes
|
||||
default: []
|
||||
mode: single
|
||||
mode: queued
|
||||
max: 2
|
||||
- id: '1644520666008'
|
||||
alias: Mud Room Scenes
|
||||
description: ''
|
||||
@ -345,8 +356,19 @@
|
||||
- service: adaptive_lighting.apply
|
||||
data:
|
||||
entity_id: switch.adaptive_lighting_mud_room
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.mud_room_scenes
|
||||
state: Reset
|
||||
sequence:
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
option: Adaptive
|
||||
target:
|
||||
entity_id: input_select.mud_room_scenes
|
||||
default: []
|
||||
mode: single
|
||||
mode: queued
|
||||
max: 2
|
||||
- id: '1644528841392'
|
||||
alias: Dining Room Lamp Modes
|
||||
description: ''
|
||||
@ -429,8 +451,19 @@
|
||||
- service: adaptive_lighting.apply
|
||||
data:
|
||||
entity_id: switch.adaptive_lighting_upstairs_hallway
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.upstairs_hallway_scenes
|
||||
state: Reset
|
||||
sequence:
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
option: Adaptive
|
||||
target:
|
||||
entity_id: input_select.upstairs_hallway_scenes
|
||||
default: []
|
||||
mode: single
|
||||
mode: queued
|
||||
max: 2
|
||||
- id: '1644529426060'
|
||||
alias: Kallen Bedroom Scenes
|
||||
description: ''
|
||||
@ -475,8 +508,19 @@
|
||||
- service: adaptive_lighting.apply
|
||||
data:
|
||||
entity_id: switch.adaptive_lighting_kallen_bedroom
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.kallen_bedroom_scenes
|
||||
state: Reset
|
||||
sequence:
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
option: Adaptive
|
||||
target:
|
||||
entity_id: input_select.kallen_bedroom_scenes
|
||||
default: []
|
||||
mode: single
|
||||
mode: queued
|
||||
max: 2
|
||||
- id: '1644529671106'
|
||||
alias: Nursery Scenes
|
||||
description: ''
|
||||
@ -521,8 +565,19 @@
|
||||
- service: adaptive_lighting.apply
|
||||
data:
|
||||
entity_id: switch.adaptive_lighting_nursery
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.nursery_scenes
|
||||
state: Reset
|
||||
sequence:
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
option: Adaptive
|
||||
target:
|
||||
entity_id: input_select.nursery_scenes
|
||||
default: []
|
||||
mode: single
|
||||
mode: queued
|
||||
max: 2
|
||||
- id: '1644530206434'
|
||||
alias: Basement Studio Scenes
|
||||
description: ''
|
||||
@ -612,8 +667,19 @@
|
||||
- service: adaptive_lighting.apply
|
||||
data:
|
||||
entity_id: switch.adaptive_lighting_basement_studio
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.basement_studio_scenes
|
||||
state: Reset
|
||||
sequence:
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
option: Adaptive
|
||||
target:
|
||||
entity_id: input_select.basement_studio_scenes
|
||||
default: []
|
||||
mode: single
|
||||
mode: queued
|
||||
max: 2
|
||||
- id: '1644531090692'
|
||||
alias: Master Bedroom Scenes
|
||||
description: ''
|
||||
@ -702,8 +768,19 @@
|
||||
- service: adaptive_lighting.apply
|
||||
data:
|
||||
entity_id: switch.adaptive_lighting_master_bedroom
|
||||
- conditions:
|
||||
- condition: state
|
||||
entity_id: input_select.master_bedroom_scenes
|
||||
state: Reset
|
||||
sequence:
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
option: Adaptive
|
||||
target:
|
||||
entity_id: input_select.master_bedroom_scenes
|
||||
default: []
|
||||
mode: single
|
||||
mode: queued
|
||||
max: 2
|
||||
- id: '1644532216008'
|
||||
alias: Sunset Lights On - Cloudy
|
||||
description: ''
|
||||
|
@ -5,6 +5,7 @@ living_room_scenes:
|
||||
- Bright
|
||||
- Dimmed
|
||||
- Nightlight
|
||||
- Reset
|
||||
initial: Adaptive
|
||||
icon: hue:room-living
|
||||
mud_room_scenes:
|
||||
@ -14,6 +15,7 @@ mud_room_scenes:
|
||||
- Bright
|
||||
- Dimmed
|
||||
- Nightlight
|
||||
- Reset
|
||||
initial: Adaptive
|
||||
icon: hue:room-other
|
||||
dining_room_lamp_modes:
|
||||
@ -31,6 +33,7 @@ upstairs_hallway_scenes:
|
||||
- Bright
|
||||
- Dimmed
|
||||
- Nightlight
|
||||
- Reset
|
||||
initial: Adaptive
|
||||
icon: hue:ceiling-round
|
||||
kallen_bedroom_scenes:
|
||||
@ -40,6 +43,7 @@ kallen_bedroom_scenes:
|
||||
- Bright
|
||||
- Dimmed
|
||||
- Nightlight
|
||||
- Reset
|
||||
initial: Adaptive
|
||||
icon: mdi:bunk-bed
|
||||
nursery_scenes:
|
||||
@ -49,6 +53,7 @@ nursery_scenes:
|
||||
- Bright
|
||||
- Dimmed
|
||||
- Nightlight
|
||||
- Reset
|
||||
initial: Adaptive
|
||||
icon: hue:room-nursery
|
||||
basement_studio_scenes:
|
||||
@ -63,6 +68,7 @@ basement_studio_scenes:
|
||||
- Relax
|
||||
- Purple
|
||||
- Pink
|
||||
- Reset
|
||||
initial: Adaptive
|
||||
icon: mdi:twitch
|
||||
master_bedroom_scenes:
|
||||
@ -74,5 +80,6 @@ master_bedroom_scenes:
|
||||
- Nightlight
|
||||
- Front Nightlight
|
||||
- Side Nightlight
|
||||
- Reset
|
||||
initial: Adaptive
|
||||
icon: mdi:bed
|
||||
|
Reference in New Issue
Block a user