github jcwillox/hass-auto-backup 1.0.0

latest releases: v1.5.0, v1.4.1, v1.4.0...
2 years ago

The first 'official' production release of Auto Backup. This release drops the long deprecated YAML support, and adds support for the new backup integration included with Home Assistant Core, this means the Supervisor is no longer required for Auto Backup to work, see the docs for more information and the limitations of not using the supervised version. Auto Backup now has a docs site (7af15ab) which is much more organised and better looking than the old README.

There is also now the auto_backup.backup service, this is effectively a combination of the backup_partial and backup_full services, but it is better optimsed for use from the UI, and is semantically more correct. As calling auto_backup.backup_full with exclusions actually creates a partial backup not a full backup. The other methods aren't going anywhere but auto_backup.backup is now the main or 'ideal' service to use.

🚨 Breaking Changes

  • Drop YAML import ability (2386cbd) (f142ec7)
    • This shouldn't actually affect anyone, as YAML configs would have already been imported to the UI.

⚡ Features

  • Add auto_backup.backup service (docs) (8f82e0d)
  • Allow using addons and config as folder names (7258380)
  • Implement new selectors (2d75921)
  • Add support for the builtin backup integration (docs) (fac7776) (closes #53, #52, #22)

Changes

  • Better handling of simultaneous include and exclude (22edeef)
  • Simplify supervisor headers (9a0be05)
  • Add issue_tracker to manifest (53d7991)
  • Update workflows and add hacs action (0dcd42b)
  • Cleanup code (9305f9a)

Full Changelog: 0.10.1...1.0.0

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

NewReleases is sending notifications on new releases.