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'') }}'
|
content: 'Currently: {{ states(''sensor.doors_open'') }}'
|
||||||
icon: mdi:door-open
|
icon: mdi:door-open
|
||||||
color: red
|
color: red
|
||||||
entity: binary_sensor.windows
|
entity: sensor.doors_open
|
||||||
label: Doors Open
|
label: Doors Open
|
||||||
tap_action:
|
tap_action:
|
||||||
action: none
|
action: none
|
||||||
|
Reference in New Issue
Block a user