From c513934f257e7748c853950f6885a53c77c2b0fd Mon Sep 17 00:00:00 2001 From: Brandon Rothweiler Date: Tue, 30 May 2023 05:39:55 -0400 Subject: [PATCH] Fix broken URL in MQTT discovery log message (#93778) --- homeassistant/components/mqtt/discovery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/mqtt/discovery.py b/homeassistant/components/mqtt/discovery.py index 342e7d121f2..0c0032ec8eb 100644 --- a/homeassistant/components/mqtt/discovery.py +++ b/homeassistant/components/mqtt/discovery.py @@ -113,7 +113,7 @@ async def async_start( # noqa: C901 "Received message on illegal discovery topic '%s'. The topic" " contains " "not allowed characters. For more information see " - "https://www.home-assistant.io/docs/mqtt/discovery/#discovery-topic" + "https://www.home-assistant.io/integrations/mqtt/#discovery-topic" ), topic, )