Update OpenAI title to drop "conversation" (#149263)

This commit is contained in:
Paulus Schoutsen 2025-07-22 22:43:02 +02:00 committed by GitHub
parent 34eb99530f
commit 71c1837f39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"domain": "openai_conversation", "domain": "openai_conversation",
"name": "OpenAI Conversation", "name": "OpenAI",
"after_dependencies": ["assist_pipeline", "intent"], "after_dependencies": ["assist_pipeline", "intent"],
"codeowners": ["@balloob"], "codeowners": ["@balloob"],
"config_flow": true, "config_flow": true,

View File

@ -4633,7 +4633,7 @@
"iot_class": "cloud_polling" "iot_class": "cloud_polling"
}, },
"openai_conversation": { "openai_conversation": {
"name": "OpenAI Conversation", "name": "OpenAI",
"integration_type": "service", "integration_type": "service",
"config_flow": true, "config_flow": true,
"iot_class": "cloud_polling" "iot_class": "cloud_polling"