mirror of https://github.com/home-assistant/core
13 lines
403 B
JSON
13 lines
403 B
JSON
{
|
|
"domain": "openai_conversation",
|
|
"name": "OpenAI Conversation",
|
|
"after_dependencies": ["assist_pipeline", "intent"],
|
|
"codeowners": ["@balloob"],
|
|
"config_flow": true,
|
|
"dependencies": ["conversation"],
|
|
"documentation": "https://www.home-assistant.io/integrations/openai_conversation",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"requirements": ["openai==1.35.7"]
|
|
}
|