diff --git a/homeassistant/components/climate/honeywell.py b/homeassistant/components/climate/honeywell.py index fa22b7aebe..fb7b288734 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 6d9a4b790e..31b2e1945b 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 9bc25682a6..efb8ee52eb 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