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

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)