Fix door status chip looking at windows instead of doors
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user