Log tasks that are being waited on when startup is blocked (#112542)

This commit is contained in:
J. Nick Koston 2024-03-06 13:33:44 -10:00 committed by GitHub
parent 74dabff4a7
commit 67a177679e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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