hassio-conf/lovelace/views/view_90_maintenance.yaml
Robert Kaussow fd89469dfa
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/push/notify Pipeline was successful
ci: fix yamllint issues
2024-10-18 12:08:04 +02:00

64 lines
1.6 KiB
YAML

---
title: Wartung
path: maintenance
icon: mdi:tools
cards:
- type: custom:auto-entities
card:
type: entities
title: Batteriewarnung
filter:
include:
- entity_id: "sensor.*_battery"
state: "<= 10"
sort:
method: attribute
attribute: "battery"
reverse: False
show_empty: False
- type: custom:auto-entities
card:
type: entities
title: Firmware Updates
filter:
include:
- entity_id: "update.*"
attributes:
update:state: available
options:
icon: mdi:update
state_color: False
- entity_id: "update.*"
attributes:
update:state: updating
options:
icon: mdi:progress-wrench
state_color: False
sort:
method: attribute
attribute: "battery"
reverse: False
show_empty: False
- type: entities
title: Zigbee2MQTT
show_header_toggle: False
entities:
- entity: sensor.zigbee2mqtt_bridge_state
- entity: sensor.zigbee2mqtt_version
- entity: sensor.zigbee2mqtt_coordinator_version
- entity: input_select.zigbee2mqtt_log_level
- type: divider
- entity: switch.zigbee2mqtt_main_join
- entity: input_number.zigbee2mqtt_join_minutes
- entity: timer.zigbee_permit_join
- type: divider
- entity: input_text.zigbee2mqtt_old_name
- entity: input_text.zigbee2mqtt_new_name
- entity: script.zigbee2mqtt_rename
- type: divider
- entity: input_text.zigbee2mqtt_remove
- entity: input_boolean.zigbee2mqtt_force_remove
- entity: script.zigbee2mqtt_remove