mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-08 03:59:00 +00:00
28 lines
772 B
Markdown
28 lines
772 B
Markdown
---
|
|
layout: page
|
|
title: "Home Assistant Cloud"
|
|
description: "Enable the Home Assistant Cloud integration."
|
|
date: 2017-11-17 20:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: home-assistant.png
|
|
ha_release: "0.60"
|
|
ha_category: Voice
|
|
ha_iot_class: "Cloud Push"
|
|
---
|
|
|
|
The Home Assistant Cloud allows you to quickly integrate your local Home Assistant with various cloud services like Amazon Alexa. [Learn more.](/cloud)
|
|
|
|
```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. If you are not seeing the **Configuration** panel, make sure you have the following option enabled in your configuration.yaml` file.
|
|
|
|
```yaml
|
|
config:
|
|
```
|