Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! wip badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Aug 22, 2024
1 parent bafb45e commit 61d7e67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dashboards/badges.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,35 @@
visibility:
- condition: state
entity: binary_sensor.intrusion_activity
state: "off"
state: "on"

- type: entity
entity: binary_sensor.smoke_detected
visibility:
- condition: state
entity: binary_sensor.smoke_detected
state: "off"
state: "on"

- type: entity
entity: binary_sensor.carbon_monoxide_detected
visibility:
- condition: state
entity: binary_sensor.carbon_monoxide_detected
state: "off"
state: "on"

- type: entity
entity: binary_sensor.kitchen_door_lock_jammed
visibility:
- condition: state
entity: binary_sensor.kitchen_door_lock_jammed
state: "off"
state: "on"

- type: entity
entity: binary_sensor.all_leaks
visibility:
- condition: state
entity: binary_sensor.all_leaks
state: "off"
state: "on"

- type: entity
entity: valve.main_water_shut_off
Expand All @@ -40,7 +40,7 @@
conditions:
- condition: state
entity: binary_sensor.all_leaks
state: "off"
state: "on"
- condition: state
entity: valve.main_water_shut_off
state: "closed"

0 comments on commit 61d7e67

Please sign in to comment.