From d062171be3e5dfdaa310b5e4f4f16a72a3e265d6 Mon Sep 17 00:00:00 2001 From: jb101010-2 <168106462+jb101010-2@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:19:21 +0100 Subject: [PATCH] Suez_water: mark reached bronze scale level (#133352) --- homeassistant/components/suez_water/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/suez_water/manifest.json b/homeassistant/components/suez_water/manifest.json index 7e720a86afd..f39411e8afa 100644 --- a/homeassistant/components/suez_water/manifest.json +++ b/homeassistant/components/suez_water/manifest.json @@ -6,5 +6,6 @@ "documentation": "https://www.home-assistant.io/integrations/suez_water", "iot_class": "cloud_polling", "loggers": ["pysuez", "regex"], + "quality_scale": "bronze", "requirements": ["pysuezV2==1.3.5"] }