Fix boot loop with OS 4.10 (#2062)

This commit is contained in:
Pascal Vizeli 2020-09-17 11:29:33 +02:00 committed by GitHub
parent 15cae6562f
commit 7633d26806
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ class Core(CoreSysAttributes):
self.sys_config.version == "dev"
or self.sys_supervisor.instance.version == "dev"
):
self.supported = False
self.healthy = False
_LOGGER.warning(
"Found a development supervisor outside dev channel (%s)",
self.sys_updater.channel,