diff --git a/homeassistant/components/vallox/manifest.json b/homeassistant/components/vallox/manifest.json index 14845f97c1c..b536270c336 100644 --- a/homeassistant/components/vallox/manifest.json +++ b/homeassistant/components/vallox/manifest.json @@ -2,7 +2,7 @@ "domain": "vallox", "name": "Vallox", "documentation": "https://www.home-assistant.io/integrations/vallox", - "requirements": ["vallox-websocket-api==2.4.0"], + "requirements": ["vallox-websocket-api==2.8.1"], "codeowners": [], "iot_class": "local_polling" } diff --git a/requirements_all.txt b/requirements_all.txt index a2a24953b71..9ff6d796e4f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2333,7 +2333,7 @@ uscisstatus==0.1.1 uvcclient==0.11.0 # homeassistant.components.vallox -vallox-websocket-api==2.4.0 +vallox-websocket-api==2.8.1 # homeassistant.components.venstar venstarcolortouch==0.14