mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Promote Google Generative AI to platinum quality (#118158)
* Promote Google Generative AI to platinum quality * make exception for diagnostics
This commit is contained in:
parent
f0b4f4655c
commit
0588806922
@ -8,5 +8,6 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/google_generative_ai_conversation",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"quality_scale": "platinum",
|
||||
"requirements": ["google-generativeai==0.5.4", "voluptuous-openapi==0.0.4"]
|
||||
}
|
||||
|
@ -120,6 +120,8 @@ NO_DIAGNOSTICS = [
|
||||
"gdacs",
|
||||
"geonetnz_quakes",
|
||||
"google_assistant_sdk",
|
||||
# diagnostics wouldn't really add anything (no data to provide)
|
||||
"google_generative_ai_conversation",
|
||||
"hyperion",
|
||||
# Modbus is excluded because it doesn't have to have a config flow
|
||||
# according to ADR-0010, since it's a protocol integration. This
|
||||
|
Loading…
x
Reference in New Issue
Block a user