mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06:32 +00:00
Missing log what going on (#2268)
This commit is contained in:
parent
3dd3340e35
commit
7aa039d162
@ -186,6 +186,7 @@ class Core(CoreSysAttributes):
|
|||||||
self.sys_homeassistant.boot
|
self.sys_homeassistant.boot
|
||||||
and not await self.sys_homeassistant.core.is_running()
|
and not await self.sys_homeassistant.core.is_running()
|
||||||
):
|
):
|
||||||
|
_LOGGER.info("Start Home Assistant Core")
|
||||||
try:
|
try:
|
||||||
await self.sys_homeassistant.core.start()
|
await self.sys_homeassistant.core.start()
|
||||||
except HomeAssistantCrashError as err:
|
except HomeAssistantCrashError as err:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user