From f41d42be4e2383937198dd8342952e354d020c3f Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Tue, 28 Mar 2017 21:56:18 +0200 Subject: [PATCH] Fix Link for MQTT to HTTP blogpost Fix formatting of link. --- source/_posts/2017-03-28-http-to-mqtt-bridge.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2017-03-28-http-to-mqtt-bridge.markdown b/source/_posts/2017-03-28-http-to-mqtt-bridge.markdown index 8c2f705d3985..ea0c4496e2c9 100644 --- a/source/_posts/2017-03-28-http-to-mqtt-bridge.markdown +++ b/source/_posts/2017-03-28-http-to-mqtt-bridge.markdown @@ -23,7 +23,7 @@ The app could be hosted on any Node.js hosting. I prefer [Heroku: Cloud Applicat 1. Configure the Home Assistant [MQTT trigger](https://home-assistant.io/docs/automation/trigger/#mqtt-trigger). 1. Configure [CloudMQTT](https://www.cloudmqtt.com/). Check this [video tutorial](https://www.youtube.com/watch?v=VaWdvVVYU3A) for details. 1. [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/petkov/http_to_mqtt) HTTP to MQTT bridge app. -1. Add the (Configuration Variables)(https://devcenter.heroku.com/articles/config-vars#setting-up-config-vars-for-a-deployed-application) to your Heroku app mentioned here. +1. Add the [Configuration Variables](https://devcenter.heroku.com/articles/config-vars#setting-up-config-vars-for-a-deployed-application) to your Heroku app mentioned here. * AUTH_KEY: Can be any string, eg. `912ec803b2ce49e4a541068d495ab570`. * MQTT_HOST: The host of your MQTT broker, eg. mqtts://k99.cloudmqtt.com:21234. * MQTT_USER: MQTT username