Fix long waiting time on first boot (#1968)

This commit is contained in:
Pascal Vizeli 2020-08-25 10:37:11 +02:00 committed by GitHub
parent a758ccaf5c
commit b6d59c4f64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -173,6 +173,7 @@ class Core(CoreSysAttributes):
_LOGGER.warning("Ignore Supervisor updates!")
else:
await self.sys_supervisor.update()
return
except SupervisorUpdateError as err:
_LOGGER.critical(
"Can't update supervisor! This will break some Add-ons or affect "