mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Add Google Gemini virtual integration (#143753)
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"google_assistant_sdk",
|
||||
"google_cloud",
|
||||
"google_drive",
|
||||
"google_gemini",
|
||||
"google_generative_ai_conversation",
|
||||
"google_mail",
|
||||
"google_maps",
|
||||
|
1
homeassistant/components/google_gemini/__init__.py
Normal file
1
homeassistant/components/google_gemini/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
"""Virtual integration: Google Gemini."""
|
6
homeassistant/components/google_gemini/manifest.json
Normal file
6
homeassistant/components/google_gemini/manifest.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"domain": "google_gemini",
|
||||
"name": "Google Gemini",
|
||||
"integration_type": "virtual",
|
||||
"supported_by": "google_generative_ai_conversation"
|
||||
}
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user