diff --git a/homeassistant/components/ecobee/manifest.json b/homeassistant/components/ecobee/manifest.json index c1d11a8ee7b..bf6d0b922dd 100644 --- a/homeassistant/components/ecobee/manifest.json +++ b/homeassistant/components/ecobee/manifest.json @@ -3,7 +3,11 @@ "name": "ecobee", "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/ecobee", - "requirements": ["python-ecobee-api==0.2.11"], - "codeowners": ["@marthoc"], + "requirements": [ + "python-ecobee-api==0.2.14" + ], + "codeowners": [ + "@marthoc" + ], "iot_class": "cloud_polling" -} +} \ No newline at end of file diff --git a/requirements_all.txt b/requirements_all.txt index c87275fbac8..a37974f6566 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1859,7 +1859,7 @@ python-clementine-remote==1.0.1 python-digitalocean==1.13.2 # homeassistant.components.ecobee -python-ecobee-api==0.2.11 +python-ecobee-api==0.2.14 # homeassistant.components.eq3btsmart # python-eq3bt==0.1.11 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 7d985d8dc3b..54ff3fa51fe 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -1112,7 +1112,7 @@ pysqueezebox==0.5.5 pysyncthru==0.7.10 # homeassistant.components.ecobee -python-ecobee-api==0.2.11 +python-ecobee-api==0.2.14 # homeassistant.components.darksky python-forecastio==1.4.0