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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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()