You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_posts/2017-12-17-introducing-home-assistant-cloud.markdown
+33-6Lines changed: 33 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -46,26 +46,53 @@ See the [Cloud component configuration](/components/cloud/) to learn how to filt
46
46
47
47
## {% linkable_title FAQ %}
48
48
49
-
**Will Home Assistant and Hass.io remain open source?**
49
+
_Last updated: December 23, 2017_
50
+
51
+
#### {% linkable_title I thought the Home Assistant crew didn't like the cloud? %}
52
+
53
+
You are right, [we don't](https://home-assistant.io/blog/2016/01/19/perfect-home-automation/#your-system-should-run-at-home-not-in-the-cloud)! The Home Assistant Cloud is not an alternative to running your local Home Assistant instance. All control and automations are still running locally.
54
+
55
+
Instead, the Home Assistant Cloud is an extension of your local instance. It allows to communicate with companies that force us to communicate via a public available cloud endpoint like Amazon Alexa and Google Assistant.
56
+
57
+
Home Assistant Cloud is only used to route the messages to your Home Assistant instance. All messages are processed locally.
58
+
59
+
_(Some people have suggested we rename to Home Assistant Bridge to avoid this confusion)_
60
+
61
+
#### {% linkable_title Will Home Assistant and Hass.io remain open source? %}
50
62
51
63
Yes. Yes. Yes! Home Assistant is the work of hundreds of developers all working together in creating something amazing. The only thing that will require a subscription is the optional cloud functionality.
52
64
53
-
**What other features will come to the cloud?**
65
+
#### {% linkable_title What other features will come to the cloud? %}
54
66
55
67
We have a lot of ideas! We are not going to make any promises but here are some things that we’re looking into:
56
68
57
69
- Google Home / Google Assistant Smart Home skill
58
70
- Allow easy linking of other cloud services to Home Assistant. No more local juggling with OAuth flows. For example, link your Fitbit account and the Fitbit component will show up in Home Assistant.
59
71
- Encrypted backups of your Hass.io data
60
72
- Text to speech powered by AWS Polly
61
-
- Generic HTTP cloud endpoint for people to send messages to their local instance. This will allow people to build applications on - top of the Home Assistant cloud.
73
+
- Generic HTTP cloud endpoint for people to send messages to their local instance. This will allow people to build applications on top of the Home Assistant cloud.
62
74
- IFTTT integration
63
75
- Alexa shopping list integration
64
76
65
-
**What countries are supported?**
77
+
#### {% linkable_title What countries are supported at launch? %}
66
78
67
-
Only US is currently supported. Expect more countries to be supported soon. The reason there is a country limitation is that we need to do extra steps and certifications for each country's Alexa skill.
79
+
Only US is currently supported. The reason for this limitation is that we need to do extra steps and certifications for each country's Alexa skill. This is in progress but the timeline depends on Amazon.
68
80
69
-
**How is the connection made to the cloud?**
81
+
#### {% linkable_title How is the connection made to the cloud? %}
70
82
71
83
The connection is made using a WebSocket connection over HTTPS. [See the source here](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/cloud/iot.py).
84
+
85
+
#### {% linkable_title I think that the price is too high for what I get. %}
86
+
87
+
The Home Assistant Cloud functionality is a perk for becoming a supporter of the Home Assistant project. As a supporter you will help fund development, cover our operating costs and gives you access to use Home Assistant Cloud. You are not paying to just maintain the cloud servers.
88
+
89
+
The perks offered for being a supporter will also extend over time, as noted in [this answer](#what-other-features-will-come-to-the-cloud).
90
+
91
+
#### {% linkable_title What will the Home Assistant organization do with the funds ? %}
92
+
93
+
The plan is to hire developers to work fulltime on Home Assistant. We have grown a lot in the last 4 years and the work load is pushing the limits of what our core developers can do. Open source burn out is very common ([1], [2]) and we want to avoid this by moving most organization and release chores to a paid position.
94
+
95
+
_For more background on these topics, check out [HASS Podcast 15](https://hasspodcast.io/ha015/)._
0 commit comments