From bc8cf5c34e781a60db29839c808c3809f08869fc Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 19 Oct 2022 14:49:01 -0300 Subject: [PATCH] Clarify the naming convention (#24606) Co-authored-by: Franck Nijhof --- source/_integrations/device_tracker.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/device_tracker.mqtt.markdown b/source/_integrations/device_tracker.mqtt.markdown index e79615055fb..419866f3051 100644 --- a/source/_integrations/device_tracker.mqtt.markdown +++ b/source/_integrations/device_tracker.mqtt.markdown @@ -232,7 +232,7 @@ value_template: ### Using the discovery protocol -The device_tracker can be created via a discovery topic that follows the following topic name convention: `/device_tracker/[/]/config`. +The device_tracker can be created via publishing to a discovery topic that follows the following [MQTT Discovery](/docs/mqtt/discovery/#discovery-topic) topic name format: `/device_tracker/[/]/config`. You can use the command line tool `mosquitto_pub` shipped with `mosquitto` or the `mosquitto-clients` package to send MQTT messages.