From ea4b2290de6c60cfd3edb3d2ebc2ef36d5116144 Mon Sep 17 00:00:00 2001 From: David Rapan Date: Mon, 10 Feb 2025 21:05:58 +0100 Subject: [PATCH] feat: Add Quality scale --- custom_components/solarman/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/custom_components/solarman/manifest.json b/custom_components/solarman/manifest.json index 795425b6..81da12dc 100644 --- a/custom_components/solarman/manifest.json +++ b/custom_components/solarman/manifest.json @@ -9,6 +9,7 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/davidrapan/ha-solarman/issues", "loggers": ["pymodbus"], + "quality_scale": "custom", "requirements": ["propcache", "aiofiles", "pyyaml", "pymodbus==3.8.3"], "version": "25.02.10_02" }