mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add social image
This commit is contained in:
parent
1065820cae
commit
5f6ee08b8e
@ -7,6 +7,7 @@ date_formatted: "March 28, 2017"
|
||||
author: petkov
|
||||
comments: true
|
||||
categories: How-To
|
||||
og_image: /images/blog/2017-03-bridge/social.png
|
||||
---
|
||||
|
||||
The idea of creating [HTTP to MQTT bridge](https://github.com/petkov/http_to_mqtt) appeared when I was trying to integrate Google Assistant with my Home Assistant after watching [BRUH Automation](https://youtu.be/087tQ7Ly7f4?t=265) video. Right now there is no MQTT service available in [IFTTT](https://ifttt.com/about). Existing integration solution uses [Maker Webhooks](https://ifttt.com/maker_webhooks) which requires that your Home Assistant instance is publically accessible, which I think brings some security concerns or simply not always possible to set up.
|
||||
@ -15,7 +16,7 @@ The HTTP to MQTT bridge should fill that gap. The idea is to receive messages us
|
||||
|
||||
<!--more-->
|
||||
|
||||
The app could be hosted on any Node.js hosting. I prefer [Heroku: Cloud Application Platform](https://www.heroku.com/home) for its simplicity.
|
||||
The app could be hosted on any Node.js hosting. I prefer [Heroku: Cloud Application Platform](https://www.heroku.com/home) for its simplicity.
|
||||
|
||||
### {% linkable_title Bringing pieces together %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user