Add "check light switches" badge
home_automation/Home-Assistant-Configs#235
This commit is contained in:
@ -3849,6 +3849,15 @@ views:
|
||||
- condition: state
|
||||
entity: binary_sensor.windows
|
||||
state: 'on'
|
||||
- type: custom:mushroom-template-badge
|
||||
content: Check light switches
|
||||
icon: mdi:light-switch
|
||||
color: red
|
||||
label: Light Issue
|
||||
visibility:
|
||||
- condition: state
|
||||
entity: binary_sensor.light_switch_issue
|
||||
state: 'on'
|
||||
- type: custom:mushroom-template-badge
|
||||
content: |-
|
||||
{% if is_state(entity,'on') %}
|
||||
|
Reference in New Issue
Block a user