Franck Nijhof ebca3218c7
🔥Removes linkable_title everywhere (#9772)
* Automatically create linkable headers

* Visually improve position of linkable header chain icon

* Do not auto link  headers on homepage

* Remove linkable_title everywhere

* 🚑 Re-instante linkable_title plugin as NOOP
2019-07-04 19:08:27 +02:00

1.1 KiB

layout title description date sidebar comments sharing footer
page MQTT Details about the MQTT support of Home Assistant. 2017-02-15 08:00 true false true true

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.