From aa957600ceb01669ee3543b7b286844937a9452f Mon Sep 17 00:00:00 2001 From: dontinelli <73341522+dontinelli@users.noreply.github.com> Date: Wed, 29 May 2024 11:41:59 +0200 Subject: [PATCH] Set quality scale of fyta to platinum (#118307) --- homeassistant/components/fyta/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/fyta/manifest.json b/homeassistant/components/fyta/manifest.json index 020ab330152..f0953dd2a33 100644 --- a/homeassistant/components/fyta/manifest.json +++ b/homeassistant/components/fyta/manifest.json @@ -6,5 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/fyta", "integration_type": "hub", "iot_class": "cloud_polling", + "quality_scale": "platinum", "requirements": ["fyta_cli==0.4.1"] }