From ce4789b95fb2420070cd45cae19704dc08598df0 Mon Sep 17 00:00:00 2001 From: Marley Jaffe Date: Fri, 18 Sep 2020 02:36:08 -0700 Subject: [PATCH] Updated MQTT testing documentation (#14537) Co-authored-by: Fabian Affolter --- 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 8870b0ffaf7..0c7bd51ced2 100644 --- a/source/_docs/mqtt/testing.markdown +++ b/source/_docs/mqtt/testing.markdown @@ -10,7 +10,7 @@ The `mosquitto` broker package ships commandline tools (often as `*-clients` pac mosquitto_pub -h 127.0.0.1 -t home-assistant/switch/1/on -m "Switch is ON" ``` -Another way to send MQTT messages by hand is to use the "Developer Tools" in the Frontend. Choose the "MQTT" tab. Enter something similar to the example below into the "Topic" field. +Another way to send MQTT messages manually is to use the "MQTT" Integration in the frontend. Choose the "Configuration" tab, click "Integrations" and click the "Configure" option under the "MQTT" integration. Enter something similar to the example below into the "topic" field under "Publish a packet*. ```bash home-assistant/switch/1/power