Clarify the naming convention (#24606)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Josh 2022-10-19 14:49:01 -03:00 committed by GitHub
parent ba1ccaf788
commit bc8cf5c34e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: `<discovery_prefix>/device_tracker/[<node_id>/]<object_id>/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: `<discovery_prefix>/device_tracker/[<node_id>/]<object_id>/config`.
You can use the command line tool `mosquitto_pub` shipped with `mosquitto` or the `mosquitto-clients` package to send MQTT messages.