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