diff --git a/homeassistant/components/ecobee/manifest.json b/homeassistant/components/ecobee/manifest.json index 71f5e04f75a..ffb7fe8adfe 100644 --- a/homeassistant/components/ecobee/manifest.json +++ b/homeassistant/components/ecobee/manifest.json @@ -9,7 +9,7 @@ }, "iot_class": "cloud_polling", "loggers": ["pyecobee"], - "requirements": ["python-ecobee-api==0.2.14"], + "requirements": ["python-ecobee-api==0.2.17"], "zeroconf": [ { "type": "_ecobee._tcp.local." diff --git a/requirements_all.txt b/requirements_all.txt index 801fc99466b..6635c4b27ff 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2102,7 +2102,7 @@ python-clementine-remote==1.0.1 python-digitalocean==1.13.2 # homeassistant.components.ecobee -python-ecobee-api==0.2.14 +python-ecobee-api==0.2.17 # homeassistant.components.eq3btsmart # python-eq3bt==0.2 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 9851e1a94dd..876233d0ab6 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1582,7 +1582,7 @@ python-awair==0.2.4 python-bsblan==0.5.16 # homeassistant.components.ecobee -python-ecobee-api==0.2.14 +python-ecobee-api==0.2.17 # homeassistant.components.fully_kiosk python-fullykiosk==0.0.12