diff --git a/homeassistant/components/ecobee/manifest.json b/homeassistant/components/ecobee/manifest.json index 8e21b9931cd..9f6b861c8fb 100644 --- a/homeassistant/components/ecobee/manifest.json +++ b/homeassistant/components/ecobee/manifest.json @@ -4,6 +4,6 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/ecobee", "dependencies": [], - "requirements": ["python-ecobee-api==0.2.1"], + "requirements": ["python-ecobee-api==0.2.2"], "codeowners": ["@marthoc"] } diff --git a/requirements_all.txt b/requirements_all.txt index c2ec47addf3..4c08f55405f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1584,7 +1584,7 @@ python-clementine-remote==1.0.1 python-digitalocean==1.13.2 # homeassistant.components.ecobee -python-ecobee-api==0.2.1 +python-ecobee-api==0.2.2 # homeassistant.components.eq3btsmart # python-eq3bt==0.1.11 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index e834b37d912..d030d5dc61c 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -569,7 +569,7 @@ pysonos==0.0.24 pyspcwebgw==0.4.0 # homeassistant.components.ecobee -python-ecobee-api==0.2.1 +python-ecobee-api==0.2.2 # homeassistant.components.darksky python-forecastio==1.4.0