mirror of https://github.com/home-assistant/core
14 lines
473 B
JSON
14 lines
473 B
JSON
{
|
|
"domain": "cloud",
|
|
"name": "Home Assistant Cloud",
|
|
"after_dependencies": ["assist_pipeline", "google_assistant", "alexa"],
|
|
"codeowners": ["@home-assistant/cloud"],
|
|
"dependencies": ["auth", "http", "repairs", "webhook"],
|
|
"documentation": "https://www.home-assistant.io/integrations/cloud",
|
|
"integration_type": "system",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["hass_nabucasa"],
|
|
"requirements": ["hass-nabucasa==0.85.0"],
|
|
"single_config_entry": true
|
|
}
|