2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "cloud",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "Home Assistant Cloud",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/cloud",
|
2022-12-01 08:08:39 +00:00
|
|
|
"requirements": ["hass-nabucasa==0.59.0"],
|
2021-04-13 16:31:41 +00:00
|
|
|
"dependencies": ["http", "webhook"],
|
|
|
|
"after_dependencies": ["google_assistant", "alexa"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@home-assistant/cloud"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_push",
|
2022-10-25 13:30:46 +00:00
|
|
|
"loggers": ["hass_nabucasa"],
|
|
|
|
"integration_type": "system"
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|