cloud stuff

This commit is contained in:
Paulus Schoutsen 2017-12-16 00:53:02 -08:00
parent 2cf00d6651
commit 643852f89b
3 changed files with 22 additions and 5 deletions

View File

@ -10,9 +10,13 @@ footer: true
logo: amazon-echo.png logo: amazon-echo.png
ha_category: Voice ha_category: Voice
featured: true featured: true
ha_release: 0.10 ha_release: '0.10'
--- ---
<p class='note'>
Use [Home Assistant Cloud](/components/cloud/) to integrate with Alexa without any effort.
</p>
There are a few ways that you can use Amazon Echo and Home Assistant together. There are a few ways that you can use Amazon Echo and Home Assistant together.
- [Build custom commands to use](#i-want-to-build-custom-commands-to-use-with-echo) - [Build custom commands to use](#i-want-to-build-custom-commands-to-use-with-echo)

View File

@ -13,9 +13,14 @@ ha_category: Voice
ha_iot_class: "Cloud Push" ha_iot_class: "Cloud Push"
--- ---
The Home Assistant Cloud allows you to quickly integrate your local instance with various cloud services. Any processing of services from other cloud services is handled by your local instance. The Home Assistant Cloud allows you to quickly integrate your local Home Assistant with various cloud services. Any processing of services from other cloud services is handled by your local Home Assistant.
To get started, create an account and log in via the configuration panel in your Home Assistant instance. There is no need to configure your router or expose your instance to the internet in any other way. ```yaml
# Example configuration.yaml entry to enable the cloud component
cloud:
```
Once activated, go to the configuration panel in Home Assistant and create an account and log in. There is no need to configure your router or expose your instance to the internet in any other way.
### {% linkable_title Amazon Alexa %} ### {% linkable_title Amazon Alexa %}

View File

@ -33,6 +33,14 @@ description: Open-source home automation platform running on Python 3. Track and
<a href='https://discord.gg/c5DvZ4e'>Chat</a> <a href='https://discord.gg/c5DvZ4e'>Chat</a>
</div> </div>
</div> </div>
<div class='material-card text'>
<h1>Alexa, turn on the lights</h1>
Use Alexa to control Home Assistant.
<div class='links'>
<a href='/components/cloud/'>LEARN MORE</a>
</div>
</div>
<a class='material-card highlight-blog-post' href='/blog/2016/01/19/perfect-home-automation/'> <a class='material-card highlight-blog-post' href='/blog/2016/01/19/perfect-home-automation/'>
Read our founder's vision for the perfect home automation <i class="icon-arrow-right"></i> Read our founder's vision for the perfect home automation <i class="icon-arrow-right"></i>