mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 18:24:50 -05:00
25 lines
768 B
JSON
25 lines
768 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"],
|
|
"preview_features": {
|
|
"stt_v2": {
|
|
"feedback_url": "https://forms.gle/Juf2vsxJHUX5y6Ev5",
|
|
"learn_more_url": "https://support.nabucasa.com/hc/en-us/articles/29718084245149-Speech-to-text-STT"
|
|
}
|
|
},
|
|
"requirements": ["hass-nabucasa==2.7.0", "openai==2.45.0"],
|
|
"single_config_entry": true
|
|
}
|