From e4c90f1d1de2e39de111dab1148057250f7df8de Mon Sep 17 00:00:00 2001 From: binsentsu Date: Fri, 23 Aug 2024 21:23:05 +0200 Subject: [PATCH] Sync pymodbus dependency with ha core 2024.8 --- custom_components/solaredge_modbus/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/solaredge_modbus/manifest.json b/custom_components/solaredge_modbus/manifest.json index 5c02589..7cfc1bb 100644 --- a/custom_components/solaredge_modbus/manifest.json +++ b/custom_components/solaredge_modbus/manifest.json @@ -2,7 +2,7 @@ "domain": "solaredge_modbus", "name": "SolarEdge Modbus", "documentation": "https://github.com/binsentsu/home-assistant-solaredge-modbus", - "requirements": ["pymodbus==3.5.4"], + "requirements": ["pymodbus==3.6.9"], "dependencies": [], "codeowners": ["@binsentsu"], "config_flow": true,