From 140b597af334d437cd526bca817c41d69a43dcbc Mon Sep 17 00:00:00 2001 From: Wim <11030068+wimb0@users.noreply.github.com> Date: Sun, 5 Jan 2025 11:38:22 +0100 Subject: [PATCH] Update manifest.json --- custom_components/saj_modbus/manifest.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/custom_components/saj_modbus/manifest.json b/custom_components/saj_modbus/manifest.json index c0e7b89..d8cec8e 100644 --- a/custom_components/saj_modbus/manifest.json +++ b/custom_components/saj_modbus/manifest.json @@ -9,6 +9,8 @@ "documentation": "https://github.com/wimb0/home-assistant-saj-r5-modbus", "iot_class": "local_polling", "issue_tracker": "https://github.com/wimb0/home-assistant-saj-r5-modbus/issues", - "requirements": ["pymodbus>=3.6.9,<3.7"], - "version": "2.2.7b1" + "requirements": [ + "pymodbus>=3.7.4" + ], + "version": "2.2.7b2" }