From 125f37c13d1742c33f61a7147b0aaffe1ac37740 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 23 Jun 2022 18:56:08 -0400 Subject: [PATCH] Added new lights, renamed an old one --- automations.yaml | 2 +- groups.yaml | 2 +- packages/announcements.yaml | 2 +- sensors/house_stats.yaml | 10 ++++++++-- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/automations.yaml b/automations.yaml index f2496f0..c581003 100644 --- a/automations.yaml +++ b/automations.yaml @@ -96,7 +96,7 @@ target: entity_id: - light.hallway_overhead - - light.kallen_bedroom_light + - light.kallen_bedroom_lights - light.living_room_color_1 - light.living_room_color_2 - light.master_bedroom_front diff --git a/groups.yaml b/groups.yaml index 5423f1f..e5a33f9 100644 --- a/groups.yaml +++ b/groups.yaml @@ -4,7 +4,7 @@ Family: Presence Simulation: - light.hallway_overhead - - light.kallen_bedroom_light + - light.kallen_bedroom_lights - light.living_room_lights - light.master_bedroom_lights - light.mud_room_overhead diff --git a/packages/announcements.yaml b/packages/announcements.yaml index 7222d37..fb16b57 100644 --- a/packages/announcements.yaml +++ b/packages/announcements.yaml @@ -165,7 +165,7 @@ script: sequence: - service: light.turn_on target: - entity_id: light.kallen_bedroom_light + entity_id: light.kallen_bedroom_lights default: [] - service: script.speech_engine data: diff --git a/sensors/house_stats.yaml b/sensors/house_stats.yaml index 360c710..1fb6524 100644 --- a/sensors/house_stats.yaml +++ b/sensors/house_stats.yaml @@ -61,11 +61,14 @@ states.light.hallway_overhead, states.light.upstairs_bathroom_left, states.light.upstairs_bathroom_middle_left, + states.light.upstairs_bathroom_middle_right, states.light.upstairs_bathroom_right, states.light.upstairs_bathroom_wall, states.light.master_bedroom_front, states.light.master_bedroom_side, - states.light.kallen_bedroom_light, + states.light.master_bedroom_closet, + states.light.kallen_bedroom_wall, + states.light.kallen_bedroom_overhead, states.light.nursery_light ] %} {{ lights | selectattr('state','eq','on') | list | count }} @@ -93,11 +96,14 @@ states.light.hallway_overhead, states.light.upstairs_bathroom_left, states.light.upstairs_bathroom_middle_left, + states.light.upstairs_bathroom_middle_right, states.light.upstairs_bathroom_right, states.light.upstairs_bathroom_wall, states.light.master_bedroom_front, states.light.master_bedroom_side, - states.light.kallen_bedroom_light, + states.light.master_bedroom_closet, + states.light.kallen_bedroom_wall, + states.light.kallen_bedroom_overhead, states.light.nursery_light ] %} {{ lights | selectattr('state','eq','on') | list | count }}