From 3aa943759a9777dff8007e05e2c7bbbd38d335c7 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Wed, 23 Sep 2015 20:14:22 -0400 Subject: [PATCH 1/2] Fixed Broken link Broken link to iot mqqt site. --- 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 fcd0c5b0db0..b56c5fb1703 100644 --- a/source/components/mqtt.markdown +++ b/source/components/mqtt.markdown @@ -11,7 +11,7 @@ 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. -The MQTT component needs an MQTT broker like [Mosquitto](http://mosquitto.org/) or [Mosca](http://www.mosca.io/). The Eclipse Foundation is running a public MQTT broker at [iot.eclipse.org](iot.eclipse.org) or the Mosquitto Project under [test.mosquitto.org](http://test.mosquitto.org). If you prefer to use a public, keep in mind to adjust the topic and that your messages may be publicly accessible. +The MQTT component needs an MQTT broker like [Mosquitto](http://mosquitto.org/) or [Mosca](http://www.mosca.io/). The Eclipse Foundation is running a public MQTT broker at [iot.eclipse.org](http://iot.eclipse.org) or the Mosquitto Project under [test.mosquitto.org](http://test.mosquitto.org). If you prefer to use a public, keep in mind to adjust the topic and that your messages may be publicly accessible. To integrate MQTT into Home Assistant, add the following section to your `configuration.yaml` file: From 5bc187733d9235b6f3ab7c22e6980191eff9ad93 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Wed, 23 Sep 2015 20:18:03 -0400 Subject: [PATCH 2/2] Added link to Getting Started page or IOT Added link to Getting Started page or IOT --- 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 b56c5fb1703..e42d79ca3f5 100644 --- a/source/components/mqtt.markdown +++ b/source/components/mqtt.markdown @@ -11,7 +11,7 @@ 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. -The MQTT component needs an MQTT broker like [Mosquitto](http://mosquitto.org/) or [Mosca](http://www.mosca.io/). The Eclipse Foundation is running a public MQTT broker at [iot.eclipse.org](http://iot.eclipse.org) or the Mosquitto Project under [test.mosquitto.org](http://test.mosquitto.org). If you prefer to use a public, keep in mind to adjust the topic and that your messages may be publicly accessible. +The MQTT component needs an MQTT broker like [Mosquitto](http://mosquitto.org/) or [Mosca](http://www.mosca.io/). The Eclipse Foundation is running a public MQTT broker at [iot.eclipse.org](http://iot.eclipse.org/getting-started) or the Mosquitto Project under [test.mosquitto.org](http://test.mosquitto.org). If you prefer to use a public, keep in mind to adjust the topic and that your messages may be publicly accessible. To integrate MQTT into Home Assistant, add the following section to your `configuration.yaml` file: