From f7ae26576039444e934384f2f2c4996f51a556f1 Mon Sep 17 00:00:00 2001 From: tronikos Date: Tue, 31 Jan 2023 18:05:56 -0800 Subject: [PATCH] Google Assistant SDK: platinum quality scale (#86876) --- homeassistant/components/google_assistant_sdk/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/google_assistant_sdk/manifest.json b/homeassistant/components/google_assistant_sdk/manifest.json index cc1f2b474b9..39d8c837b95 100644 --- a/homeassistant/components/google_assistant_sdk/manifest.json +++ b/homeassistant/components/google_assistant_sdk/manifest.json @@ -7,5 +7,6 @@ "requirements": ["gassist-text==0.0.10"], "codeowners": ["@tronikos"], "iot_class": "cloud_polling", - "integration_type": "service" + "integration_type": "service", + "quality_scale": "platinum" }