From 727dc7ce2df578477d131f6261ff5c15773a101d Mon Sep 17 00:00:00 2001 From: David Rapan Date: Sat, 14 Dec 2024 01:16:35 +0100 Subject: [PATCH] chore: Bump version --- custom_components/solarman/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/solarman/manifest.json b/custom_components/solarman/manifest.json index 166ea8b..5d314e6 100644 --- a/custom_components/solarman/manifest.json +++ b/custom_components/solarman/manifest.json @@ -9,5 +9,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/davidrapan/ha-solarman/issues", "requirements": ["propcache", "pyyaml", "umodbus"], - "version": "24.12.10_3" + "version": "24.12.14" }