mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-26 14:27:34 +00:00
774 B
774 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, you need to setup the MQTT integration.
You will also need to setup an MQTT broker, please refer to the MQTT broker documentation.