mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Fix broken URL in MQTT discovery log message (#93778)
This commit is contained in:
parent
2df49b416c
commit
c513934f25
@ -113,7 +113,7 @@ async def async_start( # noqa: C901
|
|||||||
"Received message on illegal discovery topic '%s'. The topic"
|
"Received message on illegal discovery topic '%s'. The topic"
|
||||||
" contains "
|
" contains "
|
||||||
"not allowed characters. For more information see "
|
"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,
|
topic,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user