1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add the current version to the starting log to aid troubleshooting (#148271)

This commit is contained in:
Joakim Sørensen
2025-07-06 18:06:27 +01:00
committed by GitHub
parent 404d17efca
commit 699c60f293

View File

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