Tweak MQTT documentation (#20358)

This commit is contained in:
Erik Montnemery 2021-11-19 11:46:13 +01:00 committed by GitHub
parent 7aca6bbac7
commit 0ba1c8e70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,15 +5,9 @@ description: "Details about the MQTT support of Home Assistant."
MQTT (aka MQ Telemetry Transport) is a machine-to-machine or "Internet of Things" connectivity protocol on top of TCP/IP. It allows extremely lightweight publish/subscribe messaging transport.
To integrate MQTT into Home Assistant, add the following section to your `configuration.yaml` file:
To integrate MQTT into Home Assistant, you need to setup the [MQTT integration](/docs/integrations/mqtt).
```yaml
# Example configuration.yaml entry
mqtt:
broker: IP_ADDRESS
```
For detailed setup instructions, please refer to the [MQTT broker](/docs/mqtt/broker) documentation.
You will also need to setup an MQTT broker, please refer to the [MQTT broker](/docs/mqtt/broker) documentation.
## Additional features