From cbedbfe2dce544c5e468cdd88e38e1426e4033fc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 23 Oct 2015 22:41:48 +0200 Subject: [PATCH] Remove break --- source/components/mqtt.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/components/mqtt.markdown b/source/components/mqtt.markdown index bd68bc0b115..6080ff9de3b 100644 --- a/source/components/mqtt.markdown +++ b/source/components/mqtt.markdown @@ -9,8 +9,7 @@ sharing: true footer: 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. +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: