From 9a3895c79e2f787c71e190adda2ce1b8b0e5d5fd Mon Sep 17 00:00:00 2001 From: Nolan Gilley Date: Tue, 23 Jan 2018 17:03:54 -0500 Subject: [PATCH] upgrade ecobee (#11878) --- 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 b4bb977ee70..132e230c137 100644 --- a/homeassistant/components/ecobee.py +++ b/homeassistant/components/ecobee.py @@ -16,7 +16,7 @@ from homeassistant.const import CONF_API_KEY from homeassistant.util import Throttle from homeassistant.util.json import save_json -REQUIREMENTS = ['python-ecobee-api==0.0.14'] +REQUIREMENTS = ['python-ecobee-api==0.0.15'] _CONFIGURING = {} _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ea3b05c48b1..6b9bef556e1 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -870,7 +870,7 @@ python-clementine-remote==1.0.1 python-digitalocean==1.13.2 # homeassistant.components.ecobee -python-ecobee-api==0.0.14 +python-ecobee-api==0.0.15 # homeassistant.components.climate.eq3btsmart # python-eq3bt==0.1.8