Missing log what going on (#2268)

This commit is contained in:
Pascal Vizeli 2020-11-18 17:08:28 +01:00 committed by GitHub
parent 3dd3340e35
commit 7aa039d162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -186,6 +186,7 @@ class Core(CoreSysAttributes):
self.sys_homeassistant.boot
and not await self.sys_homeassistant.core.is_running()
):
_LOGGER.info("Start Home Assistant Core")
try:
await self.sys_homeassistant.core.start()
except HomeAssistantCrashError as err: