mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix upgrade api disabling during setup of Synology DSM (#77753)
This commit is contained in:
parent
a3e6abd396
commit
ab215b653a
@ -102,6 +102,7 @@ class SynoApi:
|
||||
self.dsm.upgrade.update()
|
||||
except SynologyDSMAPIErrorException as ex:
|
||||
self._with_upgrade = False
|
||||
self.dsm.reset(SynoCoreUpgrade.API_KEY)
|
||||
LOGGER.debug("Disabled fetching upgrade data during setup: %s", ex)
|
||||
|
||||
self._fetch_device_configuration()
|
||||
|
Loading…
x
Reference in New Issue
Block a user