From 60189b73264e4284a887c02d2fc4eb167774b1d3 Mon Sep 17 00:00:00 2001 From: David Rapan Date: Mon, 2 Sep 2024 22:33:14 +0200 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 960f2d93..b8ed3a26 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.08.28" + "version": "24.09.02" }