From f052d7ce0fa2723e15e044da79c985464af8afd7 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 1 Feb 2022 19:29:53 -0500 Subject: [PATCH] Added new dining room lamp on a smart plug --- configuration.yaml | 1 + groups.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index 0056ac5..7664d74 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -55,6 +55,7 @@ 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 cfcfba7..a0c7af3 100644 --- a/groups.yaml +++ b/groups.yaml @@ -14,3 +14,4 @@ Presence Simulation: - light.master_bedroom_lights - light.mud_room_overhead - light.nursery_light + - switch.dining_room_lamp