From a0c8b77737498949f788750c52fdd71f7c20dfe5 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Wed, 3 Nov 2021 23:19:34 +0100 Subject: [PATCH] Fix typo in HA startup message (#3287) --- supervisor/homeassistant/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisor/homeassistant/core.py b/supervisor/homeassistant/core.py index 91ccaf6b8..91cafc0d2 100644 --- a/supervisor/homeassistant/core.py +++ b/supervisor/homeassistant/core.py @@ -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()