mirror of
https://github.com/home-assistant/core.git
synced 2026-07-06 22:36:33 +01:00
11 lines
340 B
JSON
11 lines
340 B
JSON
{
|
|
"domain": "cloud",
|
|
"name": "Home Assistant Cloud",
|
|
"documentation": "https://www.home-assistant.io/integrations/cloud",
|
|
"requirements": ["hass-nabucasa==0.52.0"],
|
|
"dependencies": ["http", "webhook"],
|
|
"after_dependencies": ["google_assistant", "alexa"],
|
|
"codeowners": ["@home-assistant/cloud"],
|
|
"iot_class": "cloud_push"
|
|
}
|