mirror of
https://github.com/home-assistant/core.git
synced 2026-02-27 13:25:35 +00:00
* 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 := :)