mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
Add the current version to the starting log to aid troubleshooting (#148271)
This commit is contained in:
@@ -532,7 +532,7 @@ class HomeAssistant:
|
||||
|
||||
This method is a coroutine.
|
||||
"""
|
||||
_LOGGER.info("Starting Home Assistant")
|
||||
_LOGGER.info("Starting Home Assistant %s", __version__)
|
||||
|
||||
self.set_state(CoreState.starting)
|
||||
self.bus.async_fire_internal(EVENT_CORE_CONFIG_UPDATE)
|
||||
|
||||
Reference in New Issue
Block a user