From 8b6a5eef4cfa030426a058e17e6e3dc30f7c6e8d Mon Sep 17 00:00:00 2001 From: Nolan Gilley <nkgilley@gmail.com> Date: Thu, 28 Sep 2017 14:38:15 -0400 Subject: [PATCH] upgrade python-ecobee-api (#9612) --- homeassistant/components/ecobee.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/ecobee.py b/homeassistant/components/ecobee.py index c4b0f2e9546..0b0c9d1d65a 100644 --- a/homeassistant/components/ecobee.py +++ b/homeassistant/components/ecobee.py @@ -15,7 +15,7 @@ from homeassistant.helpers import discovery from homeassistant.const import CONF_API_KEY from homeassistant.util import Throttle -REQUIREMENTS = ['python-ecobee-api==0.0.9'] +REQUIREMENTS = ['python-ecobee-api==0.0.10'] _CONFIGURING = {} _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 5f28a48ac83..4876d7547b4 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -739,7 +739,7 @@ python-clementine-remote==1.0.1 python-digitalocean==1.12 # homeassistant.components.ecobee -python-ecobee-api==0.0.9 +python-ecobee-api==0.0.10 # homeassistant.components.climate.eq3btsmart # python-eq3bt==0.1.5 -- GitLab