diff --git a/custom_components/ocpp/manifest.json b/custom_components/ocpp/manifest.json index f0f1ef50..660e1a41 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>=13.1" + "websockets>=14.1" ], - "version": "0.6.1" + "version": "0.6.3" }