mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 14:08:21 +00:00
12 lines
348 B
JSON
12 lines
348 B
JSON
{
|
|
"domain": "openai_conversation",
|
|
"name": "OpenAI Conversation",
|
|
"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==0.27.2"]
|
|
}
|