diff --git a/homeassistant/components/ecobee.py b/homeassistant/components/ecobee.py index 86261650685..9e74299e6bc 100644 --- a/homeassistant/components/ecobee.py +++ b/homeassistant/components/ecobee.py @@ -15,7 +15,7 @@ from homeassistant.helpers import discovery from homeassistant.const import CONF_API_KEY from homeassistant.util import Throttle -REQUIREMENTS = ['python-ecobee-api==0.0.7'] +REQUIREMENTS = ['python-ecobee-api==0.0.8'] _CONFIGURING = {} _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 43471da6c1c..9666e098c76 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -716,7 +716,7 @@ python-clementine-remote==1.0.1 python-digitalocean==1.12 # homeassistant.components.ecobee -python-ecobee-api==0.0.7 +python-ecobee-api==0.0.8 # homeassistant.components.climate.eq3btsmart # python-eq3bt==0.1.5