mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
19 lines
531 B
JSON
19 lines
531 B
JSON
{
|
|
"domain": "cloud",
|
|
"name": "Home Assistant Cloud",
|
|
"after_dependencies": [
|
|
"alexa",
|
|
"assist_pipeline",
|
|
"backup",
|
|
"google_assistant"
|
|
],
|
|
"codeowners": ["@home-assistant/cloud"],
|
|
"dependencies": ["auth", "http", "repairs", "webhook", "web_rtc"],
|
|
"documentation": "https://www.home-assistant.io/integrations/cloud",
|
|
"integration_type": "system",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["acme", "hass_nabucasa", "snitun"],
|
|
"requirements": ["hass-nabucasa==1.7.0"],
|
|
"single_config_entry": true
|
|
}
|