diff --git a/homeassistant/components/august.py b/homeassistant/components/august.py index eb25ee8fb08..5f268a95f5d 100644 --- a/homeassistant/components/august.py +++ b/homeassistant/components/august.py @@ -21,7 +21,7 @@ _LOGGER = logging.getLogger(__name__) _CONFIGURING = {} -REQUIREMENTS = ['py-august==0.4.0'] +REQUIREMENTS = ['py-august==0.6.0'] DEFAULT_TIMEOUT = 10 ACTIVITY_FETCH_LIMIT = 10 diff --git a/requirements_all.txt b/requirements_all.txt index c6b4898dc4c..78146cbb77a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -706,7 +706,7 @@ pushetta==1.0.15 pwmled==1.2.1 # homeassistant.components.august -py-august==0.4.0 +py-august==0.6.0 # homeassistant.components.canary py-canary==0.5.0