From bac8ffdd522208d6dbd0db5260502fc046b2db02 Mon Sep 17 00:00:00 2001 From: Dan Smith Date: Fri, 23 Sep 2016 22:15:05 -0700 Subject: [PATCH] Bump somecomfort to 0.3.2 (#3502) This has fixes related to #3468 --- homeassistant/components/climate/honeywell.py | 2 +- homeassistant/components/thermostat/honeywell.py | 2 +- requirements_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 fa22b7aebe4..fb7b2887344 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.2.1'] + 'somecomfort==0.3.2'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/thermostat/honeywell.py b/homeassistant/components/thermostat/honeywell.py index 6d9a4b790eb..31b2e1945b2 100644 --- a/homeassistant/components/thermostat/honeywell.py +++ b/homeassistant/components/thermostat/honeywell.py @@ -12,7 +12,7 @@ from homeassistant.const import ( CONF_PASSWORD, CONF_USERNAME, TEMP_CELSIUS, TEMP_FAHRENHEIT) REQUIREMENTS = ['evohomeclient==0.2.5', - 'somecomfort==0.2.1'] + 'somecomfort==0.3.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 9bc25682a66..efb8ee52eb9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -434,7 +434,7 @@ snapcast==1.2.2 # homeassistant.components.climate.honeywell # homeassistant.components.thermostat.honeywell -somecomfort==0.2.1 +somecomfort==0.3.2 # homeassistant.components.sensor.speedtest speedtest-cli==0.3.4