From 0738517a73605c6d231c428df686476992da23d8 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 1 Feb 2022 19:33:36 -0500 Subject: [PATCH] Fixed light group for first floor...because switch != light, duh --- configuration.yaml | 1 - groups.yaml | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/configuration.yaml b/configuration.yaml index 7664d74..0056ac5 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -55,7 +55,6 @@ light: - light.living_room_overhead_1 - light.living_room_overhead_2 - light.mud_room_overhead - - switch.dining_room_lamp - platform: group name: Second Floor Lights entities: diff --git a/groups.yaml b/groups.yaml index a0c7af3..7c4a0d3 100644 --- a/groups.yaml +++ b/groups.yaml @@ -15,3 +15,8 @@ Presence Simulation: - light.mud_room_overhead - light.nursery_light - switch.dining_room_lamp + +First Floor Group: + - light.living_room_lights + - light.mud_room_overhead + - switch.dining_room_lamp