mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-01 00:37:35 +00:00

* 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
1.1 KiB
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
- Certificate
- Discovery
- Publish service
- Birth and last will messages
- Testing your setup
- Logging
- Processing JSON
See the MQTT example component how to integrate your own component.