Update device_tracker.mqtt.markdown (#5648)

Topic in json should match the topic in the configuration.yaml. So either remove the / in the json, or add it in the config
This commit is contained in:
Harm-Jan Roskam 2018-07-02 19:56:00 +02:00 committed by Franck Nijhof
parent 9165af069c
commit 5d1668f429

View File

@ -36,7 +36,7 @@ Example JSON you can publish to the topic (e.g., via mqtt.publish service):
```json ```json
{ {
"topic": "/location/paulus", "topic": "location/paulus",
"payload": "home" "payload": "home"
} }
``` ```