Add add-backup-to-dashboard.yaml
This commit is contained in:
16
add-backup-to-dashboard.yaml
Normal file
16
add-backup-to-dashboard.yaml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# Add this card to your dashboard to show backup information
|
||||||
|
- type: entities
|
||||||
|
title: 💾 Backup Status
|
||||||
|
entities:
|
||||||
|
- entity: sensor.backup_backup_manager_state
|
||||||
|
name: Backup Manager State
|
||||||
|
icon: mdi:backup-restore
|
||||||
|
- entity: sensor.backup_last_attempted_automatic_backup
|
||||||
|
name: Last Attempted Backup
|
||||||
|
icon: mdi:clock-time-eight
|
||||||
|
- entity: sensor.backup_last_successful_automatic_backup
|
||||||
|
name: Last Successful Backup
|
||||||
|
icon: mdi:check-circle
|
||||||
|
- entity: sensor.backup_next_scheduled_automatic_backup
|
||||||
|
name: Next Scheduled Backup
|
||||||
|
icon: mdi:calendar-clock
|
||||||
Reference in New Issue
Block a user