-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
The built-in sensor can be used to monitor the status of your backups. | ||
# Entities | ||
|
||
Entities for monitoring and controlling the Auto Backup integration. | ||
|
||
![example-sensors.png](assets/example-sensors.png) | ||
|
||
| Name | Type | Enabled by default | Description | | ||
| ----------------- | --------------- | ------------------ | ------------------------------------------------------------------------------------------------------------ | | ||
| Purge | `button` | ✅ | Purge expired backups ondemand, otherwise, they are purged automatically when creating a new backup | | ||
| Backup Status | `binary_sensor` | ✅ | Displays whether a backup operation is currently running | | ||
| Successful | `binary_sensor` | | Whether the last backup **succeeded** or **failed** | | ||
| Last Failure | `sensor` | ✅ | Time of the last **failed** backup | | ||
| Last Success | `sensor` | ✅ | Time of the last **successful** backup | | ||
| Monitored backups | `sensor` | ✅ | How many backups have an expiry date and are being monitored to be purged. | | ||
| Purgeable backups | `sensor` | ✅ | The number of backups which have passed their expiry date and will be purged during the next purge operation | | ||
| Next Expiration | `sensor` | | How long until the next non-expired backup will expire | | ||
|
||
--- | ||
|
||
**Additional images** | ||
|
||
![example-sensors-extra.png](assets/example-sensors-extra.png) | ||
|
||
![example-sensors-list.png](assets/example-sensors-list.png) | ||
|
||
![Sensor Example](assets/example-sensor.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters