```
For reading all messages sent on the topic `home-assistant` to a broker running on localhost:
```bash
mosquitto_sub -h 127.0.0.1 -v -t "home-assistant/#"
```
The MQTT component has no TLS support at the moment. This means that only plain-text communication is possible.