From f5fd87b65659d8fedcf63f76baf5581f85b068c6 Mon Sep 17 00:00:00 2001 From: Corban Mailloux Date: Sat, 25 Feb 2017 17:20:07 -0500 Subject: [PATCH] Tiny Grammar Fix (#2140) --- source/_components/mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/mqtt.markdown b/source/_components/mqtt.markdown index e4d77f8121e..5514b98c362 100644 --- a/source/_components/mqtt.markdown +++ b/source/_components/mqtt.markdown @@ -16,7 +16,7 @@ ha_iot_class: depends 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. -Your first step to get MQTT and Home Assistant working is the choose a [broker](/docs/mqtt/broker). +Your first step to get MQTT and Home Assistant working is to choose a [broker](/docs/mqtt/broker). 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):