From b43d467d75b1ce7728297eaf17f75b1b70bf0b4a Mon Sep 17 00:00:00 2001 From: Alex Popoutsis <41379678+apop880@users.noreply.github.com> Date: Wed, 31 Jul 2019 03:04:51 -0500 Subject: [PATCH] Correct service call (#10013) Updating reference from `mqtt/mqtt_send` to use `mqtt.publish`. --- source/_docs/mqtt/testing.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/mqtt/testing.markdown b/source/_docs/mqtt/testing.markdown index 7db04673c45..f294ba83610 100644 --- a/source/_docs/mqtt/testing.markdown +++ b/source/_docs/mqtt/testing.markdown @@ -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 -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 {