mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 11:06:32 +00:00
Fix typo in HA startup message (#3287)
This commit is contained in:
parent
9ee0efe6c0
commit
a0c8b77737
@ -204,7 +204,7 @@ class HomeAssistantCore(CoreSysAttributes):
|
|||||||
|
|
||||||
if running:
|
if running:
|
||||||
await self._start()
|
await self._start()
|
||||||
_LOGGER.info("Successful started Home Assistant %s", to_version)
|
_LOGGER.info("Successfully started Home Assistant %s", to_version)
|
||||||
|
|
||||||
# Successfull - last step
|
# Successfull - last step
|
||||||
self.sys_homeassistant.save_data()
|
self.sys_homeassistant.save_data()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user