From b95060df99990ff81413c6ce054dceccad80a7e7 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sun, 15 Oct 2023 21:04:01 +0200 Subject: [PATCH] Promote Withings to Platinum quality (#102069) --- homeassistant/components/withings/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/withings/manifest.json b/homeassistant/components/withings/manifest.json index ca1acae0a4b..3adbdbed0b3 100644 --- a/homeassistant/components/withings/manifest.json +++ b/homeassistant/components/withings/manifest.json @@ -8,5 +8,6 @@ "documentation": "https://www.home-assistant.io/integrations/withings", "iot_class": "cloud_push", "loggers": ["aiowithings"], + "quality_scale": "platinum", "requirements": ["aiowithings==0.4.4"] }