mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +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"
|
" phase. We're going to continue anyway. Please report the"
|
||||||
" following info at"
|
" following info at"
|
||||||
" https://github.com/home-assistant/core/issues: %s"
|
" https://github.com/home-assistant/core/issues: %s"
|
||||||
|
" The system is waiting for tasks: %s"
|
||||||
),
|
),
|
||||||
", ".join(self.config.components),
|
", ".join(self.config.components),
|
||||||
|
self._tasks,
|
||||||
)
|
)
|
||||||
|
|
||||||
# Allow automations to set up the start triggers before changing state
|
# Allow automations to set up the start triggers before changing state
|
||||||
|
Loading…
x
Reference in New Issue
Block a user