From b837c946d59a9dfa8642c05b5fb5f5b98d6dba0c Mon Sep 17 00:00:00 2001 From: Continuous Integration Date: Fri, 2 Aug 2024 00:24:29 +0000 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 d3c3a04..f86dc5a 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.2"], - "version": "24.08.01" + "version": "24.08.02" }