github jcwillox/hass-auto-backup 0.4.0

latest releases: v1.4.1, v1.4.0, 1.3.2...
4 years ago

Auto Backup Sensor and Events

Features

  • Adds sensor.auto_backup that will show :

    • If there is a backup in progress (note: currently only one backup can be running at a time).
    • The number of backups being monitored for deletion.
    • The number of backups that will be deleted upon the next purge.
  • Adds events (see the README for an example automation):

    • Event: auto_backup.snapshot_successful, data: {"name": "NAME", "slug": "SLUG"}
    • Event: auto_backup.snapshot_failed, data: {"name": "NAME", "error": "ERROR"}
    • Event: auto_backup.purged_snapshots, data: {"snapshots": ["SLUG"]}

Fixes

  • Provide more specific error messages.
  • Run the snapshot as a job instead of inside the service call.

Don't miss a new hass-auto-backup release

NewReleases is sending notifications on new releases.