From 4b12433c6257b783e434dffad37af616f8b61bcc Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Tue, 21 Nov 2023 19:28:45 -0500 Subject: [PATCH] Whoops #83 --- packages/security.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/security.yaml b/packages/security.yaml index 713304e..1acb754 100644 --- a/packages/security.yaml +++ b/packages/security.yaml @@ -408,6 +408,7 @@ template: selectattr('state','eq','on') | list | count %} + {{ interior }} attributes: open: > {% set exterior = expand('binary_sensor.exterior_doors') | @@ -420,8 +421,9 @@ template: selectattr('state','eq','on') | map(attribute='attributes.friendly_name') | list %} + {{ interior }} icon: >- - {% if states('sensor.interior_doors_open') | int == 0 %} + {% if states('sensor.interior_doors') | int == 0 %} mdi:door-closed {% else %} mdi:door-open