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

Cant restart HA #72

Closed celeroll closed 2 years ago

celeroll commented 2 years ago

I have problems to restart HA. Configuration check shows this error: Component error: auto_backup - cannot import name 'PATCH_NAME' from 'custom_components.auto_backup.const' (/config/custom_components/auto_backup/const.py)

jcwillox commented 2 years ago

That error shouldn't be possible, my best guess is the installation is broken, perhaps try reinstalling from HACS, or force restarting Home Assistant.

celeroll commented 2 years ago

Thanks for the hints. Reinstalling didn't help, because it is asking about "restart HA" and that was not possible due to above error. I have forced restarted my VM and now everything is fine. I was just not able to restart HA from UI.