mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-27 14:57:35 +00:00

* Fix broken markdown link * Remove link to deleted cookbook page Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
837 B
837 B
title | description |
---|---|
MQTT | 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:
# Example configuration.yaml entry
mqtt:
broker: IP_ADDRESS
For detailed setup instructions, please refer to the MQTT broker documentation.