From 50afbf84d2846c7db93d29fc650c7361654502e4 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 6 Apr 2022 15:34:52 -0400 Subject: [PATCH] Split out light groups --- light-groups.yaml | 64 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 light-groups.yaml diff --git a/light-groups.yaml b/light-groups.yaml new file mode 100644 index 0000000..51c9002 --- /dev/null +++ b/light-groups.yaml @@ -0,0 +1,64 @@ +- platform: group + name: Living Room Lights + entities: + - light.living_room_color_1 + - light.living_room_color_2 +- platform: group + name: Master Bedroom Lights + entities: + - light.master_bedroom_front + - light.master_bedroom_side +- platform: group + name: Basement Lights + entities: + - light.basement_stairwell + - light.basement_tall_lamp + - 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_color_1 + - light.living_room_color_2 + - light.mud_room_overhead + - light.dining_room_lamp + - light.downstairs_bathroom_left + - light.downstairs_bathroom_right +- platform: group + name: Second Floor Lights + entities: + - light.master_bedroom_front + - light.master_bedroom_side + - light.hallway_overhead + - light.kallen_bedroom_light + - light.nursery_light + - light.upstairs_bathroom_left + - light.upstairs_bathroom_right + - light.upstairs_bathroom_wall +- platform: group + name: Basement Studio Lights + entities: + - light.basement_stairwell + - light.basement_tall_lamp + - light.basement_short_lamp + - light.basement_led_strip_1 +- platform: group + name: Upstairs Bathroom Lights + entities: + - light.upstairs_bathroom_left + - light.upstairs_bathroom_right + - light.upstairs_bathroom_wall +- platform: group + name: Downstairs Bathroom Lights + entities: + - light.downstairs_bathroom_left + - light.downstairs_bathroom_right \ No newline at end of file