mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Add sensor platform to backup integration (#37764)
This commit is contained in:
parent
e064781c90
commit
74a84971a2
@ -3,12 +3,15 @@ title: Backup
|
|||||||
description: Allow creating backups of container and core installations.
|
description: Allow creating backups of container and core installations.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Other
|
- Other
|
||||||
|
- Sensor
|
||||||
ha_release: 2022.4
|
ha_release: 2022.4
|
||||||
ha_quality_scale: internal
|
ha_quality_scale: internal
|
||||||
ha_domain: backup
|
ha_domain: backup
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@home-assistant/core'
|
- '@home-assistant/core'
|
||||||
ha_iot_class: Calculated
|
ha_iot_class: Calculated
|
||||||
|
ha_platforms:
|
||||||
|
- sensor
|
||||||
ha_integration_type: system
|
ha_integration_type: system
|
||||||
related:
|
related:
|
||||||
- docs: /common-tasks/general/#backups
|
- docs: /common-tasks/general/#backups
|
||||||
@ -80,3 +83,24 @@ automation:
|
|||||||
## Restoring a backup
|
## Restoring a backup
|
||||||
|
|
||||||
To restore a backup, follow the steps described in [Restoring a backup](/common-tasks/general/#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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user