mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05:00
14 lines
420 B
JSON
14 lines
420 B
JSON
{
|
|
"domain": "openai_conversation",
|
|
"name": "OpenAI",
|
|
"after_dependencies": ["assist_pipeline", "intent"],
|
|
"codeowners": ["@Shulyaka"],
|
|
"config_flow": true,
|
|
"dependencies": ["conversation"],
|
|
"documentation": "https://www.home-assistant.io/integrations/openai_conversation",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["openai==2.45.0"]
|
|
}
|