From 5214b035645b2a5bc4f129aacc391f98c10ff251 Mon Sep 17 00:00:00 2001 From: Brandon Rothweiler <2292715+bdr99@users.noreply.github.com> Date: Sat, 5 Sep 2026 10:05:58 -0400 Subject: [PATCH] Bump Dropbox to platinum quality (#181044) --- homeassistant/components/dropbox/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/dropbox/manifest.json b/homeassistant/components/dropbox/manifest.json index 6c8c2855f1b5..4daa2ed66e03 100644 --- a/homeassistant/components/dropbox/manifest.json +++ b/homeassistant/components/dropbox/manifest.json @@ -8,6 +8,6 @@ "documentation": "https://www.home-assistant.io/integrations/dropbox", "integration_type": "service", "iot_class": "cloud_polling", - "quality_scale": "silver", + "quality_scale": "platinum", "requirements": ["python-dropbox-api==0.1.4"] }