diff --git a/custom_components/ocpp/manifest.json b/custom_components/ocpp/manifest.json index 7e206e7a..f1b8ffaa 100644 --- a/custom_components/ocpp/manifest.json +++ b/custom_components/ocpp/manifest.json @@ -14,6 +14,6 @@ ], "requirements": [ "ocpp==0.12.1", - "websockets>=10.0" + "websockets>=10.1" ] }