Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

997 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.

Additional features

See the MQTT example component how to integrate your own component.