mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
Rename Google Gen AI to Google Gemini (#151653)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
"google_assistant_sdk",
|
||||
"google_cloud",
|
||||
"google_drive",
|
||||
"google_gemini",
|
||||
"google_generative_ai_conversation",
|
||||
"google_mail",
|
||||
"google_maps",
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
"""Virtual integration: Google Gemini."""
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"domain": "google_gemini",
|
||||
"name": "Google Gemini",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "google_generative_ai_conversation"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"domain": "google_generative_ai_conversation",
|
||||
"name": "Google Generative AI",
|
||||
"name": "Google Gemini",
|
||||
"after_dependencies": ["assist_pipeline", "intent"],
|
||||
"codeowners": ["@tronikos", "@ivanlh"],
|
||||
"config_flow": true,
|
||||
|
||||
@@ -2396,17 +2396,11 @@
|
||||
"iot_class": "cloud_polling",
|
||||
"name": "Google Drive"
|
||||
},
|
||||
"google_gemini": {
|
||||
"integration_type": "virtual",
|
||||
"config_flow": false,
|
||||
"supported_by": "google_generative_ai_conversation",
|
||||
"name": "Google Gemini"
|
||||
},
|
||||
"google_generative_ai_conversation": {
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling",
|
||||
"name": "Google Generative AI"
|
||||
"name": "Google Gemini"
|
||||
},
|
||||
"google_mail": {
|
||||
"integration_type": "service",
|
||||
|
||||
Reference in New Issue
Block a user