Correct service call (#10013)

Updating reference from `mqtt/mqtt_send` to use `mqtt.publish`.
This commit is contained in:
Alex Popoutsis 2019-07-31 03:04:51 -05:00 committed by Franck Nijhof
parent 62c4d0d4bb
commit b43d467d75

View File

@ -16,7 +16,7 @@ If you are using the embedded MQTT broker, the command looks a little different
$ mosquitto_pub -V mqttv311 -u homeassistant -P <broker password> -t "hello" -m world
```
Another way to send MQTT messages by hand is to use the "Developer Tools" in the Frontend. Choose "Call Service" and then `mqtt/mqtt_send` under "Available Services". Enter something similar to the example below into the "Service Data" field.
Another way to send MQTT messages by hand is to use the "Developer Tools" in the Frontend. Choose "Call Service" and then `mqtt.publish` under "Available Services". Enter something similar to the example below into the "Service Data" field.
```json
{