1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 12:29:08 +00:00

Fix typo in HA startup message (#3287)

This commit is contained in:
Philip Allgaier
2021-11-03 23:19:34 +01:00
committed by GitHub
parent 9ee0efe6c0
commit a0c8b77737

View File

@@ -204,7 +204,7 @@ class HomeAssistantCore(CoreSysAttributes):
if running:
await self._start()
_LOGGER.info("Successful started Home Assistant %s", to_version)
_LOGGER.info("Successfully started Home Assistant %s", to_version)
# Successfull - last step
self.sys_homeassistant.save_data()