mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-21 10:59:17 +00:00
* Avoid IO in event loop when removing backup * Refactor backup size calculation Currently size is lazy loaded when required via properties. This however is blocking the async event loop. Backup sizes don't change. Instead of lazy loading the size of a backup simply determine it on loading/after creation. * Fix tests for backup size change * Avoid IO in event loop when loading backups * Avoid IO in event loop when importing a backup
25 KiB
25 KiB