From 4b5dddaea8076c54eb742f43a688cd4acbb04bbe Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Mon, 21 Nov 2022 11:07:54 +0100 Subject: [PATCH] Improve readability MQTT setting `discovery_prefix` (#25009) fixes https://github.com/home-assistant/core/issues/82379 --- source/_integrations/mqtt.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown index d85f6a56b25..2db306a0df0 100644 --- a/source/_integrations/mqtt.markdown +++ b/source/_integrations/mqtt.markdown @@ -104,8 +104,8 @@ To change the settings, click on "Configure" in the integration page in the UI, ### Discovery options -MQTT discovery is enabled by default. Discovery can be turned off. The prefix for the discovery topic (default `homeassistant`) can be changed. -See the [MQTT Discovery section](#mqtt-discovery) +MQTT discovery is enabled by default. Discovery can be turned off. The prefix for the discovery topic (default `homeassistant`) can be changed here as well. +See also [MQTT Discovery section](#mqtt-discovery) ### Birth and last will messages