From 5e32abd04efe5db5495e707032fe8af26356adc5 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Thu, 24 Nov 2022 21:04:51 +0200 Subject: [PATCH] Mark Shelly as Platinum integration (#82656) --- homeassistant/components/shelly/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/shelly/manifest.json b/homeassistant/components/shelly/manifest.json index aea453127fd..7c2fe3beef6 100644 --- a/homeassistant/components/shelly/manifest.json +++ b/homeassistant/components/shelly/manifest.json @@ -14,5 +14,6 @@ "codeowners": ["@balloob", "@bieniu", "@thecode", "@chemelli74", "@bdraco"], "iot_class": "local_push", "loggers": ["aioshelly"], - "integration_type": "device" + "integration_type": "device", + "quality_scale": "platinum" }