From bfee681af16db46d3c8627cc8f3696e76676ad74 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 4 Dec 2022 14:13:21 -0500 Subject: [PATCH] Updated total lights sensors --- sensors/house_stats.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sensors/house_stats.yaml b/sensors/house_stats.yaml index 67049ac..1828dcf 100644 --- a/sensors/house_stats.yaml +++ b/sensors/house_stats.yaml @@ -71,7 +71,8 @@ states.light.kallen_bedroom_overhead, states.light.emma_bedroom_light, states.light.front_porch_light, - states.light.front_window_christmas_lights + states.light.front_window_christmas_lights, + states.light.living_room_christmas_tree ] %} {{ lights | selectattr('state','eq','on') | list | count }} first_floor_lights_on: @@ -87,7 +88,8 @@ states.light.downstairs_bathroom_left, states.light.downstairs_bathroom_right, states.light.tina_lamp_top, - states.light.tina_lamp_side + states.light.tina_lamp_side, + states.light.living_room_christmas_tree ] %} {{ lights | selectattr('state','eq','on') | list | count }} second_floor_lights_on: