You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic backups are no longer working with Home Assistant 2024.11.0. The automatic backup fails with AttributeError: 'BackupManager' object has no attribute 'remove_backup'
What version of Auto Backup has the issue?
1.5.0
What version of Home Assistant are you running?
Home Assistant 2024.11.0
What type of installation are you running?
Home Assistant Core
If you're running HA OS/Supervised, what version of the Supervisor are you running?
The problem
Automatic backups are no longer working with Home Assistant 2024.11.0. The automatic backup fails with
AttributeError: 'BackupManager' object has no attribute 'remove_backup'
What version of Auto Backup has the issue?
1.5.0
What version of Home Assistant are you running?
Home Assistant 2024.11.0
What type of installation are you running?
Home Assistant Core
If you're running HA OS/Supervised, what version of the Supervisor are you running?
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
Additional information
From what I could find, there were some changes to the BackupManager object in home-assistant/core@a14cb13#diff-a8336d653d0b63b1809369cd73a4de8d4c88c24d2c7b2dbad6481202c56d8706L35
The methods were moved e.g.
remove_backup
toasync_remove_backup
which of course leads to these errors since the object changed.The text was updated successfully, but these errors were encountered: