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