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
+1-1
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ha_iot_class: depends
16
16
17
17
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.
18
18
19
-
Your first step to get MQTT and Home Assistant working is the choose a [broker](/docs/mqtt/broker).
19
+
Your first step to get MQTT and Home Assistant working is to choose a [broker](/docs/mqtt/broker).
20
20
21
21
To integrate MQTT into Home Assistant, add the following section to your `configuration.yaml` file. Keep in mind that the minimal setup will run with [an embedded MQTT broker](/docs/mqtt/broker#embedded-broker):
0 commit comments