From 27270b49b472dff44b46852e561b4fdacc40491e Mon Sep 17 00:00:00 2001 From: Dan Ferrante Date: Tue, 28 Nov 2017 00:09:04 -0500 Subject: [PATCH] upgrade somecomfort to 0.5.0 (#10834) * upgrading somecomfort to 0.5.0 * upgrade somecomfort to 0.5.0 in requirements files --- homeassistant/components/climate/honeywell.py | 2 +- requirements_all.txt | 2 +- requirements_test_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/climate/honeywell.py b/homeassistant/components/climate/honeywell.py index 253a5625ef3..a6d27665fa2 100644 --- a/homeassistant/components/climate/honeywell.py +++ b/homeassistant/components/climate/honeywell.py @@ -19,7 +19,7 @@ from homeassistant.const import ( CONF_PASSWORD, CONF_USERNAME, TEMP_CELSIUS, TEMP_FAHRENHEIT, ATTR_TEMPERATURE, CONF_REGION) -REQUIREMENTS = ['evohomeclient==0.2.5', 'somecomfort==0.4.1'] +REQUIREMENTS = ['evohomeclient==0.2.5', 'somecomfort==0.5.0'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ba5c76a0d1d..dcb48ea597e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1029,7 +1029,7 @@ sleepyq==0.6 snapcast==2.0.8 # homeassistant.components.climate.honeywell -somecomfort==0.4.1 +somecomfort==0.5.0 # homeassistant.components.sensor.speedtest speedtest-cli==1.0.7 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index f3e3b0046d5..ff12d18d6c6 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -153,7 +153,7 @@ rxv==0.5.1 sleepyq==0.6 # homeassistant.components.climate.honeywell -somecomfort==0.4.1 +somecomfort==0.5.0 # homeassistant.components.recorder # homeassistant.scripts.db_migrator