From 68e86c5e3aa5b475f5e52b204a47bed89ab2920d Mon Sep 17 00:00:00 2001 From: jjlawren Date: Sun, 29 Mar 2020 15:15:12 -0500 Subject: [PATCH] Handle Ecobee service timeouts (#33381) * Bump pyecobee to 0.2.4 * Bump pyecobee to 0.2.5 --- homeassistant/components/ecobee/manifest.json | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/ecobee/manifest.json b/homeassistant/components/ecobee/manifest.json index dd96191e4fe..d6bc3b1eaa1 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.3"], + "requirements": ["python-ecobee-api==0.2.5"], "codeowners": ["@marthoc"] } diff --git a/requirements_all.txt b/requirements_all.txt index 9bc82958deb..d0a86c9b951 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1596,7 +1596,7 @@ python-clementine-remote==1.0.1 python-digitalocean==1.13.2 # homeassistant.components.ecobee -python-ecobee-api==0.2.3 +python-ecobee-api==0.2.5 # homeassistant.components.eq3btsmart # python-eq3bt==0.1.11 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 210725ef045..05e84443e5a 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -602,7 +602,7 @@ pysonos==0.0.25 pyspcwebgw==0.4.0 # homeassistant.components.ecobee -python-ecobee-api==0.2.3 +python-ecobee-api==0.2.5 # homeassistant.components.darksky python-forecastio==1.4.0