Fix broken URL in MQTT discovery log message (#93778)

pull/93794/head
Brandon Rothweiler 2023-05-30 05:39:55 -04:00 committed by GitHub
parent 2df49b416c
commit c513934f25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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