Fix door status chip looking at windows instead of doors

This commit is contained in:
2025-07-11 21:23:26 -04:00
parent 63d1c5ab23
commit 28419a49fa

View File

@ -3630,7 +3630,7 @@ views:
content: 'Currently: {{ states(''sensor.doors_open'') }}'
icon: mdi:door-open
color: red
entity: binary_sensor.windows
entity: sensor.doors_open
label: Doors Open
tap_action:
action: none