mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Tweak MQTT documentation (#20358)
This commit is contained in:
parent
7aca6bbac7
commit
0ba1c8e70e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user