From 46bed6cb06bad163ce6508faeec81ba5da98417b Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 6 Dec 2022 20:29:21 -0500 Subject: [PATCH] Adaptive reset scenes for first and second floors #62 --- packages/lighting.yaml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/packages/lighting.yaml b/packages/lighting.yaml index 0170463..af03028 100644 --- a/packages/lighting.yaml +++ b/packages/lighting.yaml @@ -714,4 +714,30 @@ scene: icon: mdi:palette entities: input_select.basement_studio_scenes: - state: "Stairwell" \ No newline at end of file + state: "Stairwell" + - name: Adaptive on First Floor + icon: mdi:palette + entities: + input_select.living_room_scenes: + state: "Adaptive" + input_select.dining_room_lamp_scenes: + state: "Full" + input_select.tina_lamp_scenes: + state: "Adaptive" + input_select.downstairs_bathroom_scenes: + state: "Adaptive" + input_select.mud_room_scenes: + state: "Adaptive" + - name: Adaptive on Second Floor + icon: mdi:palette + entities: + input_select.upstairs_hallway_scenes: + state: "Adaptive" + input_select.upstairs_bathroom_scenes: + state: "Adaptive" + input_select.master_bedroom_scenes: + state: "Adaptive" + input_select.kallen_bedroom_scenes: + state: "Adaptive" + input_select.emma_bedroom_scenes: + state: "Adaptive" \ No newline at end of file