Add all humidity alerts, alert view in frontend, add auto-entities card

Цей коміт міститься в:
Florian Brinker
2020-01-15 22:58:51 +01:00
джерело 646f53044a
коміт 8c1c58dfd1
8 змінених файлів з 412 додано та 3 видалено

25
config/views/alerts.yaml Звичайний файл
Переглянути файл

@@ -0,0 +1,25 @@
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"