core/homeassistant/components/cloud/manifest.json

10 lines
311 B
JSON
Raw Normal View History

{
"domain": "cloud",
"name": "Home Assistant Cloud",
"documentation": "https://www.home-assistant.io/integrations/cloud",
2021-04-09 20:43:38 +00:00
"requirements": ["hass-nabucasa==0.43.0"],
"dependencies": ["http", "webhook", "alexa"],
"after_dependencies": ["google_assistant"],
2019-08-01 20:03:45 +00:00
"codeowners": ["@home-assistant/cloud"]
}