core/homeassistant/components/cloud/manifest.json

13 lines
423 B
JSON
Raw Normal View History

{
"domain": "cloud",
"name": "Home Assistant Cloud",
"after_dependencies": ["assist_pipeline", "google_assistant", "alexa"],
"codeowners": ["@home-assistant/cloud"],
"dependencies": ["http", "webhook"],
2023-02-08 19:16:39 +00:00
"documentation": "https://www.home-assistant.io/integrations/cloud",
"integration_type": "system",
"iot_class": "cloud_push",
"loggers": ["hass_nabucasa"],
2023-06-27 13:29:30 +00:00
"requirements": ["hass-nabucasa==0.69.0"]
}