Add sensor platform to backup integration (#37764)

This commit is contained in:
Michael 2025-03-24 12:56:33 +01:00 committed by GitHub
parent e064781c90
commit 74a84971a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,12 +3,15 @@ title: Backup
description: Allow creating backups of container and core installations.
ha_category:
- Other
- Sensor
ha_release: 2022.4
ha_quality_scale: internal
ha_domain: backup
ha_codeowners:
- '@home-assistant/core'
ha_iot_class: Calculated
ha_platforms:
- sensor
ha_integration_type: system
related:
- docs: /common-tasks/general/#backups
@ -80,3 +83,24 @@ automation:
## Restoring a backup
To restore a backup, follow the steps described in [Restoring a backup](/common-tasks/general/#restoring-a-backup).
## Sensors
The **Backup** {% term integration %} provides several sensors.
### Backup Manager State
The current state of the backup system. Possible states are:
- Idle
- Creating a backup
- Receiving a backup
- Restoring a backup
### Next scheduled automatic backup
The timestamp of the next scheduled automatic backup.
### Last successful automatic backup
The timestamp of the last successful automatic backup.