From 84c8c76523323303bad62154ce38449b382643cd Mon Sep 17 00:00:00 2001 From: darkrain-nl <24763370+darkrain-nl@users.noreply.github.com> Date: Sat, 29 Aug 2026 16:06:55 +0200 Subject: [PATCH] Raise Sofar to the silver quality scale (#180292) --- homeassistant/components/sofar/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/sofar/manifest.json b/homeassistant/components/sofar/manifest.json index a6da9e9a9f75..ee28bda72f94 100644 --- a/homeassistant/components/sofar/manifest.json +++ b/homeassistant/components/sofar/manifest.json @@ -7,6 +7,6 @@ "documentation": "https://www.home-assistant.io/integrations/sofar", "integration_type": "device", "iot_class": "local_polling", - "quality_scale": "bronze", + "quality_scale": "silver", "requirements": ["sofar-modbus==0.6.0"] }