Skip to content

Commit a4af4d5

Browse files
ih8gatesfabaff
authored andcommitted
Fix link to MQTT testing (home-assistant#2462)
URL changed after docs reorganization.
1 parent e94e897 commit a4af4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/mqtt/discovery.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ A motion detection device which can be represented by a [binary sensor](/compone
5454
- State topic: `homeassistant/binary_sensor/garden/state`
5555
- Payload: `{"name": "garden", "device_class": "motion"}`
5656

57-
To create a new sensor manually. For more details please refer to the [MQTT testing section](/component/mqtt_testing).
57+
To create a new sensor manually. For more details please refer to the [MQTT testing section](/docs/mqtt/testing/).
5858

5959
```bash
6060
$ mosquitto_pub -h 127.0.0.1 -p 1883 -t "homeassistant/binary_sensor/garden/config" -m '{"name": "garden", "device_class": "motion"}'

0 commit comments

Comments
 (0)