mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
13 lines
380 B
JSON
13 lines
380 B
JSON
{
|
|
"domain": "openai_conversation",
|
|
"name": "OpenAI",
|
|
"after_dependencies": ["assist_pipeline", "intent"],
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"dependencies": ["conversation"],
|
|
"documentation": "https://www.home-assistant.io/integrations/openai_conversation",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["openai==1.99.5"]
|
|
}
|