Skip to content

Commit

Permalink
Update mqtt.markdown (#35284)
Browse files Browse the repository at this point in the history
  • Loading branch information
lochotzke authored Oct 18, 2024
1 parent 4cce052 commit 3dd3f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_integrations/mqtt.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ MQTT Birth and Last Will messages can be customized or disabled from the UI. To

## Testing your setup

The `mosquitto` broker package ships command line tools (often as `*-clients` package) to send and receive MQTT messages. For sending test messages to a broker running on `localhost`, to can use [`mosquitto_pub`](https://mosquitto.org/man/mosquitto_pub-1.html), check the example below:
The `mosquitto` broker package ships command line tools (often as `*-clients` package) to send and receive MQTT messages. For sending test messages to a broker running on `localhost`, you can use [`mosquitto_pub`](https://mosquitto.org/man/mosquitto_pub-1.html), check the example below:

```bash
mosquitto_pub -h 127.0.0.1 -t homeassistant/switch/1/on -m "Switch is ON"
Expand Down

0 comments on commit 3dd3f5d

Please sign in to comment.