mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-23 18:46:50 +00:00

* Update history.markdown mentioned that this is included in default_config * Update automation.markdown mentioned that this is included in default_config * Update cloud.markdown mentioned that this is included in default_config * Update config.markdown mentioned that this is included in default_config * Update frontend.markdown mentioned that this is included in default_config * Update logbook.markdown mentioned that this is included in default_config * Update map.markdown mentioned that this is included in default_config * Update person.markdown mentioned that this is included in default_config * Update ssdp.markdown mentioned that this is included in default_config * Update sun.markdown mentioned that this is included in default_config * Update system_health.markdown made default_config blurb more consistent * Update updater.markdown mentioned that this is included in default_config * Update zeroconf.markdown mentioned that this is included in default_config * Update automation.markdown linked default_config * Update cloud.markdown linked default_config * Update config.markdown linked default_config * Update frontend.markdown linked default_config * Update history.markdown linked default_config * Update logbook.markdown linked default_config * Update map.markdown linked default_config * Update mobile_app.markdown linked default_config * Update person.markdown linked default_config * Update ssdp.markdown linked default_config * Update sun.markdown linked default_config * Update light.mqtt.markdown typo fix
27 lines
999 B
Markdown
27 lines
999 B
Markdown
---
|
|
title: "Home Assistant Cloud"
|
|
description: "Enable the Home Assistant Cloud integration."
|
|
logo: nabu-casa.svg
|
|
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 and Google Assistant. [Learn more.](/cloud)
|
|
|
|
## Configuration
|
|
|
|
This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:
|
|
|
|
```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:
|
|
```
|