diff --git a/homeassistant/brands/google.json b/homeassistant/brands/google.json index 2da0e2426f53..872cfc0aac50 100644 --- a/homeassistant/brands/google.json +++ b/homeassistant/brands/google.json @@ -6,7 +6,6 @@ "google_assistant_sdk", "google_cloud", "google_drive", - "google_gemini", "google_generative_ai_conversation", "google_mail", "google_maps", diff --git a/homeassistant/components/google_gemini/__init__.py b/homeassistant/components/google_gemini/__init__.py deleted file mode 100644 index b0ecda85e6b3..000000000000 --- a/homeassistant/components/google_gemini/__init__.py +++ /dev/null @@ -1 +0,0 @@ -"""Virtual integration: Google Gemini.""" diff --git a/homeassistant/components/google_gemini/manifest.json b/homeassistant/components/google_gemini/manifest.json deleted file mode 100644 index 783a6210a386..000000000000 --- a/homeassistant/components/google_gemini/manifest.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "domain": "google_gemini", - "name": "Google Gemini", - "integration_type": "virtual", - "supported_by": "google_generative_ai_conversation" -} diff --git a/homeassistant/components/google_generative_ai_conversation/manifest.json b/homeassistant/components/google_generative_ai_conversation/manifest.json index ce089440b979..0745aeae071c 100644 --- a/homeassistant/components/google_generative_ai_conversation/manifest.json +++ b/homeassistant/components/google_generative_ai_conversation/manifest.json @@ -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, diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 4320d274c7d0..04f71cac6f26 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -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",