Open alexdelprete opened 6 months ago
Yeah not sure, I'll try running this on home assistant core tomorrow, you might want to try adding patch.name: false
to your service call, that should disable the custom name patching functionality, which could be what's breaking here. It's a monkey patch at runtime so definitely possible to break between versions.
service: auto_backup.backup
data:
patch.name: false
I get an error:
Anyway I think the problem is in core/ZHA. Other users reported issues with ZHA not releasing its db for backup.
The problem
Since a couple of days backups are failing right at the beginning. The error is a generic "Error during backup", even with debug on.
What version of Auto Backup has the issue?
v1.4.1
What version of Home Assistant are you running?
2024.5.1
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
Anything in the logs that might be useful for us?
Additional information
No response