Skip to content

Commit

Permalink
Fix Link for MQTT to HTTP blogpost
Browse files Browse the repository at this point in the history
Fix formatting of link.
  • Loading branch information
Landrash authored Mar 28, 2017
1 parent 5f6ee08 commit f41d42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_posts/2017-03-28-http-to-mqtt-bridge.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f41d42b

Please sign in to comment.