core/homeassistant/components/synology_dsm
Michael b5117eb071
Proper handling of unavailable Synology DSM nas during backup (#140721)
* 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 commit 38877d8540.

* Revert "raise BackupAgentUnreachableError when NAS is unavailable"

This reverts commit 4d8cfae396.

* check last_update_success of  coordinator_central to get backup agents

* consider last_update_success before notify backup listeners

* add test

* use walrus :=  :)
2025-03-26 10:22:43 +01:00
..
__init__.py
backup.py
binary_sensor.py
button.py
camera.py
common.py
config_flow.py
const.py
coordinator.py
diagnostics.py
entity.py
icons.json
manifest.json
media_source.py
repairs.py
sensor.py
service.py
services.yaml
strings.json
switch.py
update.py