mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add Google Gemini virtual integration (#143753)
This commit is contained in:
parent
f1b8c8855e
commit
5c58f97e57
@ -6,6 +6,7 @@
|
|||||||
"google_assistant_sdk",
|
"google_assistant_sdk",
|
||||||
"google_cloud",
|
"google_cloud",
|
||||||
"google_drive",
|
"google_drive",
|
||||||
|
"google_gemini",
|
||||||
"google_generative_ai_conversation",
|
"google_generative_ai_conversation",
|
||||||
"google_mail",
|
"google_mail",
|
||||||
"google_maps",
|
"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",
|
"iot_class": "cloud_polling",
|
||||||
"name": "Google Drive"
|
"name": "Google Drive"
|
||||||
},
|
},
|
||||||
|
"google_gemini": {
|
||||||
|
"integration_type": "virtual",
|
||||||
|
"config_flow": false,
|
||||||
|
"supported_by": "google_generative_ai_conversation",
|
||||||
|
"name": "Google Gemini"
|
||||||
|
},
|
||||||
"google_generative_ai_conversation": {
|
"google_generative_ai_conversation": {
|
||||||
"integration_type": "service",
|
"integration_type": "service",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user