diff --git a/homeassistant/components/ruuvi_gateway/manifest.json b/homeassistant/components/ruuvi_gateway/manifest.json index cf1c9e02af3..a9284893973 100644 --- a/homeassistant/components/ruuvi_gateway/manifest.json +++ b/homeassistant/components/ruuvi_gateway/manifest.json @@ -11,5 +11,5 @@ ], "documentation": "https://www.home-assistant.io/integrations/ruuvi_gateway", "iot_class": "local_polling", - "requirements": ["aioruuvigateway==0.0.2"] + "requirements": ["aioruuvigateway==0.1.0"] } diff --git a/requirements_all.txt b/requirements_all.txt index c1ca273d42a..ea630bc4d00 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -258,7 +258,7 @@ aiorecollect==1.0.8 aioridwell==2023.01.0 # homeassistant.components.ruuvi_gateway -aioruuvigateway==0.0.2 +aioruuvigateway==0.1.0 # homeassistant.components.senseme aiosenseme==0.6.1 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 46c10712531..30ba445d1df 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -239,7 +239,7 @@ aiorecollect==1.0.8 aioridwell==2023.01.0 # homeassistant.components.ruuvi_gateway -aioruuvigateway==0.0.2 +aioruuvigateway==0.1.0 # homeassistant.components.senseme aiosenseme==0.6.1