From 55491868c5512678882a4b3406b9d22947cf2691 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Mon, 12 Dec 2022 17:26:37 -0500 Subject: [PATCH] Night mode scenes for each flow --- packages/lighting.yaml | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/packages/lighting.yaml b/packages/lighting.yaml index deb02af..386b83e 100644 --- a/packages/lighting.yaml +++ b/packages/lighting.yaml @@ -760,4 +760,34 @@ scene: input_select.kallen_bedroom_scenes: state: "Adaptive" input_select.emma_bedroom_scenes: - state: "Adaptive" \ No newline at end of file + state: "Adaptive" + - name: Night Mode on First Floor + icon: mdi:palette + entities: + light.living_room_lights: + state: "off" + light.downstairs_bathroom_lights: + state: "off" + switch.adaptive_lighting_dining_room: + state: "off" + input_select.tina_lamp_scenes: + state: "Nightlight" + input_select.dining_room_lamp_scenes: + state: "Nightlight" + input_select.mud_room_scenes: + state: "Nightlight" + - name: Night Mode on Second Floor + icon: mdi:palette + entities: + light.master_bedroom_lights: + state: "off" + light.master_bedroom_closet: + state: "off" + light.kallen_bedroom_lights: + state: "off" + light.emma_bedroom_lights: + state: "off" + input_select.upstairs_hallway_scenes: + state: "Nightlight" + input_select.upstairs_bathroom_scenes: + state: "Nightlight" \ No newline at end of file