Skip to content

Commit 46463ea

Browse files
authored
Rename Google Gen AI to Google Gemini (home-assistant#151653)
1 parent 88e6b0c commit 46463ea

File tree

5 files changed

+2
-16
lines changed

5 files changed

+2
-16
lines changed

homeassistant/brands/google.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"google_assistant_sdk",
77
"google_cloud",
88
"google_drive",
9-
"google_gemini",
109
"google_generative_ai_conversation",
1110
"google_mail",
1211
"google_maps",

homeassistant/components/google_gemini/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

homeassistant/components/google_gemini/manifest.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

homeassistant/components/google_generative_ai_conversation/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"domain": "google_generative_ai_conversation",
3-
"name": "Google Generative AI",
3+
"name": "Google Gemini",
44
"after_dependencies": ["assist_pipeline", "intent"],
55
"codeowners": ["@tronikos", "@ivanlh"],
66
"config_flow": true,

homeassistant/generated/integrations.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2396,17 +2396,11 @@
23962396
"iot_class": "cloud_polling",
23972397
"name": "Google Drive"
23982398
},
2399-
"google_gemini": {
2400-
"integration_type": "virtual",
2401-
"config_flow": false,
2402-
"supported_by": "google_generative_ai_conversation",
2403-
"name": "Google Gemini"
2404-
},
24052399
"google_generative_ai_conversation": {
24062400
"integration_type": "service",
24072401
"config_flow": true,
24082402
"iot_class": "cloud_polling",
2409-
"name": "Google Generative AI"
2403+
"name": "Google Gemini"
24102404
},
24112405
"google_mail": {
24122406
"integration_type": "service",

0 commit comments

Comments
 (0)