From 5d976cab892899da06b456392c65a0747cbdb7e8 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 7 Apr 2022 13:25:23 -0400 Subject: [PATCH] Moved some existing groups to the new UI-based group system --- groups.yaml | 10 +--------- sensors/house_stats.yaml | 2 +- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/groups.yaml b/groups.yaml index b9b4230..5423f1f 100644 --- a/groups.yaml +++ b/groups.yaml @@ -2,11 +2,6 @@ Family: - person.tony_stork - person.christina_stork -Xbox In Game: - - binary_sensor.kjsgamer2012_in_game - - binary_sensor.irishpirate1988_in_game - - binary_sensor.tm24fan_in_game - Presence Simulation: - light.hallway_overhead - light.kallen_bedroom_light @@ -16,7 +11,4 @@ Presence Simulation: - light.nursery_light - light.dining_room_lamp - light.upstairs_bathroom_lights - - light.downstairs_bathroom_lights - -Outside Lights: - - light.front_porch_light \ No newline at end of file + - light.downstairs_bathroom_lights \ No newline at end of file diff --git a/sensors/house_stats.yaml b/sensors/house_stats.yaml index 4d7b5be..74bc585 100644 --- a/sensors/house_stats.yaml +++ b/sensors/house_stats.yaml @@ -94,7 +94,7 @@ hours: 24 - platform: history_stats name: Outside Lights - entity_id: group.outside_lights + entity_id: light.outside_lights state: 'on' type: time end: '{{ now() }}'