Fix link to MQTT testing (#2462)

URL changed after docs reorganization.
This commit is contained in:
Scott Reston 2017-04-21 02:02:23 -04:00 committed by Fabian Affolter
parent e94e897ba1
commit a4af4d5dfa

View File

@ -54,7 +54,7 @@ A motion detection device which can be represented by a [binary sensor](/compone
- State topic: `homeassistant/binary_sensor/garden/state`
- Payload: `{"name": "garden", "device_class": "motion"}`
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/).
```bash
$ mosquitto_pub -h 127.0.0.1 -p 1883 -t "homeassistant/binary_sensor/garden/config" -m '{"name": "garden", "device_class": "motion"}'