From 55101fcc452de271d1332103b4e580277b1772de Mon Sep 17 00:00:00 2001 From: "Mr. Bubbles" Date: Wed, 26 Jun 2024 16:06:55 +0200 Subject: [PATCH] Add platinum scale to pyLoad integration (#120542) Add platinum scale --- homeassistant/components/pyload/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/pyload/manifest.json b/homeassistant/components/pyload/manifest.json index 95e73118c42f..fe1888478f8f 100644 --- a/homeassistant/components/pyload/manifest.json +++ b/homeassistant/components/pyload/manifest.json @@ -7,5 +7,6 @@ "integration_type": "service", "iot_class": "local_polling", "loggers": ["pyloadapi"], + "quality_scale": "platinum", "requirements": ["PyLoadAPI==1.2.0"] }