mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-14 04:36:31 +00:00
Fix boot loop with OS 4.10 (#2062)
This commit is contained in:
parent
15cae6562f
commit
7633d26806
@ -93,7 +93,7 @@ class Core(CoreSysAttributes):
|
|||||||
self.sys_config.version == "dev"
|
self.sys_config.version == "dev"
|
||||||
or self.sys_supervisor.instance.version == "dev"
|
or self.sys_supervisor.instance.version == "dev"
|
||||||
):
|
):
|
||||||
self.supported = False
|
self.healthy = False
|
||||||
_LOGGER.warning(
|
_LOGGER.warning(
|
||||||
"Found a development supervisor outside dev channel (%s)",
|
"Found a development supervisor outside dev channel (%s)",
|
||||||
self.sys_updater.channel,
|
self.sys_updater.channel,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user