Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup!…
Browse files Browse the repository at this point in the history
… fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Display warnings on top of dashboard (experiment)
  • Loading branch information
Chris-V committed Aug 4, 2024
1 parent 154a094 commit 58fcdaa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions dashboards/view-layout.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,52 +5,52 @@
layout:
width: 150
cards:
- type: conditional
- {# type: conditional
conditions:
- condition: state
entity: binary_sensor.intrusion_activity
state: "on"
card:
card: #}
type: tile
entity: binary_sensor.intrusion_activity
name: Intrusion
vertical: true
- type: conditional
- {# type: conditional
conditions:
- condition: state
entity: binary_sensor.smoke_detected
state: "on"
card:
card: #}
type: tile
entity: binary_sensor.smoke_detected
name: Smoke
vertical: true
- type: conditional
- {# type: conditional
conditions:
- condition: state
entity: binary_sensor.carbon_monoxide_detected
state: "on"
card:
card: #}
type: tile
entity: binary_sensor.carbon_monoxide_detected
name: Carbon monoxide
vertical: true
- type: conditional
- {# type: conditional
conditions:
- condition: state
entity: binary_sensor.kitchen_door_lock_jammed
state: "on"
card:
card: #}
type: tile
entity: binary_sensor.kitchen_door_lock_jammed
name: Lock jammed
vertical: true
- type: conditional
- {# type: conditional
conditions:
- condition: state
entity: binary_sensor.all_leaks
state: "on"
card:
card: #}
type: tile
entity: binary_sensor.all_leaks
name: Water leak
Expand Down

0 comments on commit 58fcdaa

Please sign in to comment.