You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/mqtt.markdown
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Configuration variables:
48
48
49
49
The MQTT component needs you to run an MQTT broker for Home Assistant to connect to. There are four options, each with various degrees of ease of setup and privacy.
50
50
51
-
#### {% linkable_title Use the embedded broker %}
51
+
### {% linkable_title Embedded broker %}
52
52
53
53
Home Assistant contains an embedded MQTT broker. If no broker configuration is given, the [HBMQTT broker](https://pypi.python.org/pypi/hbmqtt) is started and Home Asssistant connects to it. Embedded broker default configuration:
Most private option but requires a bit more work. There are two free and open-source brokers to pick from: [Mosquitto](http://mosquitto.org/) and [Mosca](http://www.mosca.io/).
81
81
@@ -94,7 +94,7 @@ mqtt:
94
94
There is an issue with the Mosquitto package included in Ubuntu 14.04 LTS. Specify `protocol: 3.1` in your MQTT configuration to work around this issue.
95
95
</p>
96
96
97
-
#### {% linkable_title Public MQTT %}
97
+
### {% linkable_title Public broker %}
98
98
99
99
The Mosquitto project runs a [public broker](http://test.mosquitto.org). Easiest to setup but there is 0 privacy as all messages are public. Use this only for testing purposes and not for real tracking of your devices.
[CloudMQTT](https://www.cloudmqtt.com) is a hosted private MQTT instance that is free up to 10 connected devices. This is enough to get started with for example [OwnTracks](/components/device_tracker.owntracks/) and give you a taste of what is possible.
116
116
@@ -174,7 +174,7 @@ The MQTT component will register the service `publish` which allows publishing m
174
174
175
175
### {% linkable_title Logging %}
176
176
177
-
The [logger](/components/logger/) component allow the logging of received MQTT messages.
177
+
The [logger](/components/logger/) component allow the logging of received MQTT messages.
0 commit comments