From 50b326c7fc01c99c7e963f2676271ccc1f263f44 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 17 Jan 2017 21:04:56 -0800 Subject: [PATCH] Upgrade somecomfort (#5413) --- homeassistant/components/climate/honeywell.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/climate/honeywell.py b/homeassistant/components/climate/honeywell.py index 0d31cdd1387..3387baf76d8 100644 --- a/homeassistant/components/climate/honeywell.py +++ b/homeassistant/components/climate/honeywell.py @@ -16,7 +16,7 @@ from homeassistant.const import ( import homeassistant.helpers.config_validation as cv REQUIREMENTS = ['evohomeclient==0.2.5', - 'somecomfort==0.3.2'] + 'somecomfort==0.4.1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index d13833efe18..85cc320ab1c 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -585,7 +585,7 @@ sleepyq==0.6 snapcast==1.2.2 # homeassistant.components.climate.honeywell -somecomfort==0.3.2 +somecomfort==0.4.1 # homeassistant.components.sensor.speedtest speedtest-cli==1.0.1