From 0588806922bc8036f75776650b743d8592e48dbd Mon Sep 17 00:00:00 2001 From: tronikos Date: Sun, 26 May 2024 14:07:31 -0700 Subject: [PATCH] Promote Google Generative AI to platinum quality (#118158) * Promote Google Generative AI to platinum quality * make exception for diagnostics --- .../components/google_generative_ai_conversation/manifest.json | 1 + script/hassfest/manifest.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/homeassistant/components/google_generative_ai_conversation/manifest.json b/homeassistant/components/google_generative_ai_conversation/manifest.json index ee9d78d6c2e..1886b16985f 100644 --- a/homeassistant/components/google_generative_ai_conversation/manifest.json +++ b/homeassistant/components/google_generative_ai_conversation/manifest.json @@ -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"] } diff --git a/script/hassfest/manifest.py b/script/hassfest/manifest.py index e92ec00b117..cddfd5e101b 100644 --- a/script/hassfest/manifest.py +++ b/script/hassfest/manifest.py @@ -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