From cb761cccd98fa777fa3bc7f8b6fb9f5657136f42 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 22 Feb 2022 17:27:40 -0500 Subject: [PATCH] Cleanup some light groups --- configuration.yaml | 17 +++++++++-------- groups.yaml | 16 ---------------- 2 files changed, 9 insertions(+), 24 deletions(-) diff --git a/configuration.yaml b/configuration.yaml index e180566..18a1572 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -41,12 +41,21 @@ light: - light.basement_short_lamp - light.basement_led_strip_1 - light.furnace_room_overhead + - platform: group + name: Dining Room Lamp + entities: + - light.dining_room_lamp_blue + - light.dining_room_lamp_green + - light.dining_room_lamp_purple + - light.dining_room_lamp_red + - light.dining_room_lamp_white - platform: group name: First Floor Lights entities: - light.living_room_overhead_1 - light.living_room_overhead_2 - light.mud_room_overhead + - light.dining_room_lamp - platform: group name: Second Floor Lights entities: @@ -62,14 +71,6 @@ light: - light.basement_tall_lamp - light.basement_short_lamp - light.basement_led_strip_1 - - platform: group - name: Dining Room Lamp - entities: - - light.dining_room_lamp_blue - - light.dining_room_lamp_green - - light.dining_room_lamp_purple - - light.dining_room_lamp_red - - light.dining_room_lamp_white frontend: themes: !include_dir_merge_named themes diff --git a/groups.yaml b/groups.yaml index 9f51a7f..a0c7af3 100644 --- a/groups.yaml +++ b/groups.yaml @@ -15,19 +15,3 @@ Presence Simulation: - light.mud_room_overhead - light.nursery_light - switch.dining_room_lamp - -First Floor Light Group: - - light.living_room_lights - - light.mud_room_overhead - - light.dining_room_lamp - -Second Floor Light Group: - - light.kallen_bedroom_light - - light.nursery_light - - light.master_bedroom_lights - - light.hallway_overhead - -Basement Light Group: - - light.basement_stairwell - - light.basement_tall_lamp - - light.basement_short_lamp