mirror of
https://github.com/home-assistant/core.git
synced 2026-05-19 06:50:15 +01:00
b5117eb071
* raise BackupAgentUnreachableError when NAS is unavailable * also raise BackupAgentUnreachableError during upload when nas unavailable * Revert "also raise BackupAgentUnreachableError during upload when nas unavailable" This reverts commit38877d8540. * Revert "raise BackupAgentUnreachableError when NAS is unavailable" This reverts commit4d8cfae396. * check last_update_success of coordinator_central to get backup agents * consider last_update_success before notify backup listeners * add test * use walrus := :)