From 59a0e5a773ad18742e5701ac5c4211d83a108042 Mon Sep 17 00:00:00 2001 From: Brent Petit Date: Tue, 9 Nov 2021 11:23:03 -0600 Subject: [PATCH] Update python-ecobee-api to 0.2.14 (#59381) --- homeassistant/components/ecobee/manifest.json | 10 +++++++--- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) 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