diff --git a/homeassistant/components/velbus/manifest.json b/homeassistant/components/velbus/manifest.json index 454b9d24d0777..cff9f0f7c7f1b 100644 --- a/homeassistant/components/velbus/manifest.json +++ b/homeassistant/components/velbus/manifest.json @@ -2,7 +2,7 @@ "domain": "velbus", "name": "Velbus", "documentation": "https://www.home-assistant.io/integrations/velbus", - "requirements": ["velbus-aio==2021.11.0"], + "requirements": ["velbus-aio==2021.11.2"], "config_flow": true, "codeowners": ["@Cereal2nd", "@brefra"], "iot_class": "local_push" diff --git a/requirements_all.txt b/requirements_all.txt index f3082ca55cfc7..77b0d86a090bc 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2369,7 +2369,7 @@ vallox-websocket-api==2.8.1 vehicle==0.1.0 # homeassistant.components.velbus -velbus-aio==2021.11.0 +velbus-aio==2021.11.2 # homeassistant.components.venstar venstarcolortouch==0.15 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 8d7adcf59f08d..8596366cdf8fd 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1376,7 +1376,7 @@ uvcclient==0.11.0 vehicle==0.1.0 # homeassistant.components.velbus -velbus-aio==2021.11.0 +velbus-aio==2021.11.2 # homeassistant.components.venstar venstarcolortouch==0.15