diff --git a/custom_components/ocpp/manifest.json b/custom_components/ocpp/manifest.json index 0d6adbd0..3037e129 100644 --- a/custom_components/ocpp/manifest.json +++ b/custom_components/ocpp/manifest.json @@ -14,7 +14,7 @@ "issue_tracker": "https://github.com/lbbrhzn/ocpp/issues", "requirements": [ "ocpp>=1.0.0", - "websockets>=12.0" + "websockets>=12.0,<14" ], - "version": "0.5.12" + "version": "0.6.1" }