diff --git a/custom_components/weishaupt_modbus/manifest.json b/custom_components/weishaupt_modbus/manifest.json index cf16178..c01d47d 100644 --- a/custom_components/weishaupt_modbus/manifest.json +++ b/custom_components/weishaupt_modbus/manifest.json @@ -6,7 +6,7 @@ "documentation": "https://github.com/OStrama/weishaupt_modbus/", "iot_class": "local_polling", "issue_tracker": "https://github.com/OStrama/weishaupt_modbus/issues", - "requirements": [], - "version": "0.0.1" + "requirements": ["scipy==1.14.1"], + "version": "0.0.3" }