diff --git a/homeassistant/components/awair/manifest.json b/homeassistant/components/awair/manifest.json index bc63ef06cc2..cba11e8be1c 100644 --- a/homeassistant/components/awair/manifest.json +++ b/homeassistant/components/awair/manifest.json @@ -3,7 +3,7 @@ "name": "Awair", "documentation": "https://www.home-assistant.io/components/awair", "requirements": [ - "python_awair==0.0.3" + "python_awair==0.0.4" ], "dependencies": [], "codeowners": [] diff --git a/homeassistant/components/awair/sensor.py b/homeassistant/components/awair/sensor.py index 5b199538e68..7fdcc673549 100644 --- a/homeassistant/components/awair/sensor.py +++ b/homeassistant/components/awair/sensor.py @@ -15,7 +15,7 @@ import homeassistant.helpers.config_validation as cv from homeassistant.helpers.entity import Entity from homeassistant.util import Throttle, dt -REQUIREMENTS = ['python_awair==0.0.3'] +REQUIREMENTS = ['python_awair==0.0.4'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 4493911e106..d91af2c43cb 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1393,7 +1393,7 @@ python-whois==0.7.1 python-wink==1.10.3 # homeassistant.components.awair -python_awair==0.0.3 +python_awair==0.0.4 # homeassistant.components.swiss_public_transport python_opendata_transport==0.1.4 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 402f1f63ce8..54b6230ae81 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -251,7 +251,7 @@ python-forecastio==1.4.0 python-nest==4.1.0 # homeassistant.components.awair -python_awair==0.0.3 +python_awair==0.0.4 # homeassistant.components.tradfri pytradfri[async]==6.0.1