diff --git a/homeassistant/components/awair/manifest.json b/homeassistant/components/awair/manifest.json index 085f2573a21..57b3c242620 100644 --- a/homeassistant/components/awair/manifest.json +++ b/homeassistant/components/awair/manifest.json @@ -2,7 +2,7 @@ "domain": "awair", "name": "Awair", "documentation": "https://www.home-assistant.io/integrations/awair", - "requirements": ["python_awair==0.2.1"], + "requirements": ["python_awair==0.2.3"], "codeowners": ["@ahayworth", "@danielsjf"], "config_flow": true, "iot_class": "cloud_polling", diff --git a/requirements_all.txt b/requirements_all.txt index 60316fb0ec4..0c47f3bcb38 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1935,7 +1935,7 @@ python-telegram-bot==13.1 python-vlc==1.1.2 # homeassistant.components.awair -python_awair==0.2.1 +python_awair==0.2.3 # homeassistant.components.swiss_public_transport python_opendata_transport==0.3.0 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 52dc5a2b293..2ad1f35808b 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1256,7 +1256,7 @@ python-songpal==0.14.1 python-tado==0.12.0 # homeassistant.components.awair -python_awair==0.2.1 +python_awair==0.2.3 # homeassistant.components.tile pytile==2022.02.0