From c3418fd88dd2be0e1e633a44d40f81c8e536459a Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 1 Aug 2023 01:02:04 -0400 Subject: [PATCH] More handling of new stairwell LED strip --- node-red/projects/NerdFlows | 2 +- packages/lighting_and_scenes.yaml | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/node-red/projects/NerdFlows b/node-red/projects/NerdFlows index b3b4032..b7faab6 160000 --- a/node-red/projects/NerdFlows +++ b/node-red/projects/NerdFlows @@ -1 +1 @@ -Subproject commit b3b403216ea340dddf925eee927fbcb0c489d8c5 +Subproject commit b7faab68660c9bdd6f9b4b121bf60b865b4f7797 diff --git a/packages/lighting_and_scenes.yaml b/packages/lighting_and_scenes.yaml index 8dccec1..5cfebcb 100644 --- a/packages/lighting_and_scenes.yaml +++ b/packages/lighting_and_scenes.yaml @@ -589,6 +589,12 @@ automation: - service: light.turn_on target: entity_id: light.first_floor_lights + - service: light.turn_on + target: + entity_id: light.stairwell_led_strip + data: + color_temp_kelvin: 2000 + brightness: 255 - service: input_select.select_option target: entity_id: @@ -621,7 +627,18 @@ automation: sequence: - service: light.turn_off target: - entity_id: light.living_room_lights + entity_id: + - light.living_room_lights + - light.tina_desk_lights + - light.mud_room_overhead + - light.downstairs_bathroom_lights + - light.dining_room_lamp + - service: light.turn_on + target: + entity_id: light.stairwell_led_strip + data: + color_temp_kelvin: 2000 + brightness: 50 - id: b897d714-bbf2-44ce-afaf-63cf3694351c alias: Tina Desk Lights Handler