2018-01-26T19:50:06+00:00https://home-assistant.io/Octopress2017-12-17T03:00:00+00:00https://home-assistant.io/blog/2017/12/17/introducing-home-assistant-cloud Why not take donations?
With donations you have to convince people to keep donating and it will be hard to plan around the amount of available money. The biggest concern is what do you do when there is not enough money. We could shut down the servers or again depend on the wallets of our developers. We could run Wikipedia style advertisements for donating, but those are even more annoying than running advertisements.
## Getting started
Upgrade Home Assistant to 0.60 and enable the [`cloud`](/components/cloud/) and [`config`](/components/config/) components:
```yaml
# Example configuration.yaml entry
cloud:
config:
```
Now restart Home Assistant and navigate to the configuration panel. It will offer a new cloud section. Here you can create an account and login. Once logged in, your instance will connect to the cloud.
The next step is to configure Alexa. This can be done by enabling the Home Assistant skill for Alexa and link your Home Assistant cloud account.
Once you’re done, ask Alexa to discover devices (“Alexa, discover devices”) and you are all set to control them: “Alexa, turn on <device name>”.
See the [Cloud component configuration](/components/cloud/) to learn how to filter which devices get exposed to Alexa.
## FAQ
_Last updated: December 26, 2017_
#### I thought the Home Assistant crew didn't like the cloud?
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.
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.
Home Assistant Cloud is only used to route the messages to your local Home Assistant instance. All messages are processed locally.
_(Some people have suggested we rename to Home Assistant Bridge to avoid this confusion)_
#### Will Home Assistant and Hass.io remain open source?
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.
#### Where is the source code for the Alexa skill?
All messages are processed locally and so the Alexa skill code is part of the Home Assistant code. The Home Assistant Cloud only routes the messages to your local Home Assistant instance. This means that you can audit the source code to check all the things that the cloud can do:
- [Module that processes incoming cloud messages](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/cloud/iot.py)
- [Alexa Smart Home v3 skill](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/alexa/smart_home.py)
#### What other features will come to the cloud?
We have a lot of ideas! We are not going to make any promises but here are some things that we’re looking into:
- Google Home / Google Assistant Smart Home skill
- 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.
- Encrypted backups of your Hass.io data
- Text to speech powered by AWS Polly
- 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.
- IFTTT integration
- Alexa shopping list integration
#### What countries are supported at launch?
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.
#### How is the connection made to the cloud?
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).
#### I think that the price is too high for what I get.
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.
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).
#### What will the Home Assistant organization do with the funds ?
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.
_For more background on these topics, check out [HASS Podcast 15](https://hasspodcast.io/ha015/)._
[1]: https://nolanlawson.com/2017/03/05/what-it-feels-like-to-be-an-open-source-maintainer/
[2]: https://www.kennethreitz.org/essays/the-reality-of-developer-burnout
]]>2017-07-25T00:02:05+00:00https://home-assistant.io/blog/2017/07/25/introducing-hassio
Hass.io dashboard
To install add-ons, a user can browse the built-in add-on store and install, configure and update any available application. Want to turn your device into a Google Assistant or make your configuration accessible via Samba/Windows networking? Both are a couple of clicks away! ([Video demo - 38s, no audio][install-demo])
At launch we have included a couple of [built-in add-ons][addons] like [Google Assistant], [Let's Encrypt] and [Duck DNS]. Besides our internal add-ons, it is also possible to create and share your own add-on repositories. During our beta period we've already seen some great add-ons being shared: [Homebridge][olivierg], [InfluxDB][bestlibre], [HASS Configurator][danielperna] and [AppDaemon][vkorn].
As we strongly believe in the openness of technology, we are releasing Hass.io as [open source] under the Apache 2.0 license. That way any user can make sure that the code that runs in their homes is secure and safe.
- [Learn more about Hass.io][Hass.io]
- [Install Hass.io][install]
- [Available add-ons][addons]
_Some frequently asked questions are answered below in the read more section._
Hass.io has been built by [Pascal Vizeli], the UI has been made by [Paulus Schoutsen] and [BRUHAutomation] made the introduction video. Big thanks to [Resin.io] for building ResinOS and helping us get started with it. Also a big thanks to the community for early feedback, helping out with the documentation and add-on development ❤️
#### Will Hass.io be the only way to run Home Assistant?
Hass.io is and will always be optional. You can still run Home Assistant wherever you can run Python.
#### Which devices are supported at launch?
Initially we support the Raspberry Pi 1, 2, 3 and Intel NUC. Advanced users can also [install Hass.io on a Linux server][advanced-install].
#### Can I install packages or scripts on the machine?
No, this is not possible as we're using stateless Docker containers. To install a package you'll have to write a local add-on that interacts with Home Assistant. See [our tutorial][run-local].
#### Can I restore a snapshot on a different device?
Yes, any Hass.io snapshot can be restored on any device.
#### The Hass.io configuration panel contains powerful tools. Why is there no extra security besides the Home Assistant login?
This is in the works. We have already implemented [the backend](https://github.com/home-assistant/hassio/pull/41) and plan to release the UI soon.
#### Is there a roadmap?
We use [Pivotal Tracker] to track things that are in progress and what we might work on.
[Hass.io]: /hassio
[install]: /hassio/installation
[Homebridge]: https://github.com/nfarina/homebridge
[hb-hass]: https://github.com/home-assistant/homebridge-homeassistant
[Pascal Vizeli]: https://github.com/pvizeli/
[Paulus Schoutsen]: https://github.com/balloob/
[ResinOS]: https://resinos.io/
[Docker]: https://www.docker.com/
[addons]: /addons/
[bestlibre]: https://community.home-assistant.io/t/repository-bestlibre-addons-repository/18037
[danielperna]: https://community.home-assistant.io/t/repository-hass-configurator/17838
[olivierg]: https://community.home-assistant.io/t/repository-homebridge-add-on/18569
[vkorn]: https://community.home-assistant.io/t/repository-few-addons/20659
[install-demo]: https://youtu.be/NfyavpAg4as
[BRUHAutomation]: https://www.youtube.com/channel/UCLecVrux63S6aYiErxdiy4w
[open source]: https://github.com/home-assistant/hassio
[Google Assistant]: /addons/google_assistant/
[Let's Encrypt]: /addons/lets_encrypt/
[Duck DNS]: /addons/duckdns/
[advanced-install]: /hassio/installation/#alternative-install-on-generic-linux-server
[Pivotal Tracker]: https://www.pivotaltracker.com/n/projects/2020851
[run-local]: /hassio/run_local/
[Resin.io]: https://resin.io
]]>2017-04-15T08:04:05+00:00https://home-assistant.io/blog/2017/04/15/ios
_Please note, you must have Home Assistant 0.42.4 or later installed for the app to function properly._
Thanks for everything so far, I'm looking forward to the road that lies ahead for Home Assistant on iOS!
]]>