mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 17:27:52 +00:00
Log tasks that are being waited on when startup is blocked (#112542)
This commit is contained in:
parent
74dabff4a7
commit
67a177679e
@ -482,8 +482,10 @@ class HomeAssistant:
|
||||
" phase. We're going to continue anyway. Please report the"
|
||||
" following info at"
|
||||
" https://github.com/home-assistant/core/issues: %s"
|
||||
" The system is waiting for tasks: %s"
|
||||
),
|
||||
", ".join(self.config.components),
|
||||
self._tasks,
|
||||
)
|
||||
|
||||
# Allow automations to set up the start triggers before changing state
|
||||
|
Loading…
x
Reference in New Issue
Block a user