From 8aef128f4178a88ad8beab4aa883023e9147430c Mon Sep 17 00:00:00 2001 From: binsentsu Date: Sat, 4 Jan 2025 22:24:55 +0100 Subject: [PATCH] Update version + bump pymodbus dependency to 3.7.4 --- custom_components/solaredge_modbus/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/solaredge_modbus/manifest.json b/custom_components/solaredge_modbus/manifest.json index 7cfc1bb..ccb146c 100644 --- a/custom_components/solaredge_modbus/manifest.json +++ b/custom_components/solaredge_modbus/manifest.json @@ -2,9 +2,9 @@ "domain": "solaredge_modbus", "name": "SolarEdge Modbus", "documentation": "https://github.com/binsentsu/home-assistant-solaredge-modbus", - "requirements": ["pymodbus==3.6.9"], + "requirements": ["pymodbus==3.7.4"], "dependencies": [], "codeowners": ["@binsentsu"], "config_flow": true, - "version": "1.12.0" + "version": "1.13.0" }