home-automation-home-assistant/config/views/alerts.yaml

25 行
500 B
YAML

icon: mdi:bell
path: alerts
cards:
- type: custom:auto-entities
show_empty: false
card:
type: entities
title: Active Alerts
show_header_toggle: false
filter:
include:
- domain: alert
exclude:
- state: "idle"
- type: custom:auto-entities
show_empty: false
card:
type: entities
title: Inactive Alerts
show_header_toggle: false
filter:
include:
- domain: alert
exclude:
- state: "on"