Skip to content

Commit

Permalink
Display warnings on top of dashboard (experiment)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Jul 28, 2024
1 parent 98313aa commit a78dfda
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion dashboards/overview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ views:
- title: Home
path: home
icon: mdi:home
cards: !include views/home.yaml
cards:
- type: vertical-stack
cards:
- type: glance
entities:
- entity: binary_sensor.all_leaks
- entity: binary_sensor.smoke_detected
- entity: binary_sensor.carbon_monoxide_detected
- type: grid
columns: 4
square: false
cards: !include views/home.yaml

- title: Home Security
path: security
Expand Down
4 changes: 2 additions & 2 deletions packages/core/history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ recorder:
entities:
- "binary_sensor.basement_bathroom_motion"
- "binary_sensor.basement_bathroom_presence"
- "binary_sensor.bolt_ev_charge_state"
- "binary_sensor.bolt_ev_plug_state"
- "binary_sensor.carbon_monoxide_detected"
- "binary_sensor.carl_power_strip_overload"
- "binary_sensor.carl_requires_attention"
- "binary_sensor.guest_bedroom_window"
Expand All @@ -65,6 +64,7 @@ recorder:
- "binary_sensor.presence_armed"
- "binary_sensor.slinky_power_strip_overload"
- "binary_sensor.slinky_requires_attention"
- "binary_sensor.smoke_detected"
- "binary_sensor.studio_window"
- "binary_sensor.ups_online_status"
- "binary_sensor.washing_machine_leak"
Expand Down

0 comments on commit a78dfda

Please sign in to comment.