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

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),
)