diff --git a/homeassistant/components/ecobee.py b/homeassistant/components/ecobee.py
index c4b0f2e9546e401a85725401f80f2d8745592b06..0b0c9d1d65a36a8e973092e16b8ba163e5524f69 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.9']
+REQUIREMENTS = ['python-ecobee-api==0.0.10']
 
 _CONFIGURING = {}
 _LOGGER = logging.getLogger(__name__)
diff --git a/requirements_all.txt b/requirements_all.txt
index 5f28a48ac8387027a8dfcb7ceebe1fb61fc13a02..4876d7547b4dc7187a99ef8810c54096af4fd357 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -739,7 +739,7 @@ python-clementine-remote==1.0.1
 python-digitalocean==1.12
 
 # homeassistant.components.ecobee
-python-ecobee-api==0.0.9
+python-ecobee-api==0.0.10
 
 # homeassistant.components.climate.eq3btsmart
 # python-eq3bt==0.1.5