jcwillox / hass-auto-backup

🗃️ Improved Backup Service for Home Assistant that can Automatically Remove Backups and Supports Generational Backup Schemes.
https://jcwillox.github.io/hass-auto-backup
MIT License
366 stars 27 forks source link

Support `name` option on Home Assistant Core #67

Closed jcwillox closed 2 years ago

jcwillox commented 2 years ago

While not officially supported, it would be possible to add this functionality through Auto Backup by editing the name inside the generated backup file after it is created. This obviously is not an ideal way to do this but will be useful while users wait for this feature to be officially added, in particular, for users of the Automatic Backups blueprint.

This is possible as we have direct access to files in the backup directory unlike with Home Assistant Supervised.

This is in relation to #65.

jcwillox commented 2 years ago

This feature has been added in version 1.3.0 🎉