mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Add the current version to the starting log to aid troubleshooting (#148271)
This commit is contained in:
parent
404d17efca
commit
699c60f293
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user