diff --git a/homeassistant/components/abode.py b/homeassistant/components/abode.py index 00f70c719c595..ca089a3a1657e 100644 --- a/homeassistant/components/abode.py +++ b/homeassistant/components/abode.py @@ -21,7 +21,7 @@ EVENT_HOMEASSISTANT_STOP, EVENT_HOMEASSISTANT_START) -REQUIREMENTS = ['abodepy==0.11.6'] +REQUIREMENTS = ['abodepy==0.11.7'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 0cdcff9150d3e..9c9f7e36783a5 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -45,7 +45,7 @@ SoCo==0.12 TwitterAPI==2.4.6 # homeassistant.components.abode -abodepy==0.11.6 +abodepy==0.11.7 # homeassistant.components.device_tracker.automatic aioautomatic==0.6.3