Add Google Gemini virtual integration (#143753)

This commit is contained in:
tronikos 2025-04-30 09:04:25 -07:00 committed by GitHub
parent f1b8c8855e
commit 5c58f97e57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"google_assistant_sdk",
"google_cloud",
"google_drive",
"google_gemini",
"google_generative_ai_conversation",
"google_mail",
"google_maps",

View File

@ -0,0 +1 @@
"""Virtual integration: Google Gemini."""

View File

@ -0,0 +1,6 @@
{
"domain": "google_gemini",
"name": "Google Gemini",
"integration_type": "virtual",
"supported_by": "google_generative_ai_conversation"
}

View File

@ -2361,6 +2361,12 @@
"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,