From e8b45e0970c015b652e271bb32cb814421e16416 Mon Sep 17 00:00:00 2001 From: David Rapan Date: Fri, 1 Nov 2024 00:57:27 +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 bef2882..65ffe3b 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": ["ipaddress", "pyyaml", "umodbus", "pysolarmanv5>=3.0.4"], - "version": "24.10.31" + "version": "24.11.01" }