We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e94e897 commit a4af4d5Copy full SHA for a4af4d5
source/_docs/mqtt/discovery.markdown
@@ -54,7 +54,7 @@ A motion detection device which can be represented by a [binary sensor](/compone
54
- State topic: `homeassistant/binary_sensor/garden/state`
55
- Payload: `{"name": "garden", "device_class": "motion"}`
56
57
-To create a new sensor manually. For more details please refer to the [MQTT testing section](/component/mqtt_testing).
+To create a new sensor manually. For more details please refer to the [MQTT testing section](/docs/mqtt/testing/).
58
59
```bash
60
$ mosquitto_pub -h 127.0.0.1 -p 1883 -t "homeassistant/binary_sensor/garden/config" -m '{"name": "garden", "device_class": "motion"}'
0 commit comments