Replace outdated / closed URL for reporting HA startup blocks (#45334)

This commit is contained in:
Philip Allgaier 2021-01-19 17:01:51 +01:00 committed by GitHub
parent c1addde6f9
commit 52cfc06e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,7 +304,7 @@ class HomeAssistant:
_LOGGER.warning(
"Something is blocking Home Assistant from wrapping up the "
"start up phase. We're going to continue anyway. Please "
"report the following info at http://bit.ly/2ogP58T : %s",
"report the following info at https://github.com/home-assistant/core/issues: %s",
", ".join(self.config.components),
)