From d04efbfe48cd3ae97bf63dbdee5decf008fba3cb Mon Sep 17 00:00:00 2001 From: Erwin Douna Date: Thu, 12 Mar 2026 19:30:31 +0100 Subject: [PATCH] Add platinum badge to Portainer (#165048) Co-authored-by: Ariel Ebersberger <31776703+justanotherariel@users.noreply.github.com> --- homeassistant/components/portainer/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/portainer/manifest.json b/homeassistant/components/portainer/manifest.json index cce219aa747..ecbbd05e4dc 100644 --- a/homeassistant/components/portainer/manifest.json +++ b/homeassistant/components/portainer/manifest.json @@ -6,6 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/portainer", "integration_type": "service", "iot_class": "local_polling", - "quality_scale": "bronze", + "quality_scale": "platinum", "requirements": ["pyportainer==1.0.33"] }