diff --git a/homeassistant/components/climate/eq3btsmart.py b/homeassistant/components/climate/eq3btsmart.py index eb9b5c5ba6e..9b3b7d650a9 100644 --- a/homeassistant/components/climate/eq3btsmart.py +++ b/homeassistant/components/climate/eq3btsmart.py @@ -15,7 +15,7 @@ from homeassistant.const import ( CONF_MAC, CONF_DEVICES, TEMP_CELSIUS, ATTR_TEMPERATURE, PRECISION_HALVES) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['python-eq3bt==0.1.6'] +REQUIREMENTS = ['python-eq3bt==0.1.8'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 1c1f46db3c9..fca1e88cc6f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -870,7 +870,7 @@ python-digitalocean==1.13.2 python-ecobee-api==0.0.14 # homeassistant.components.climate.eq3btsmart -# python-eq3bt==0.1.6 +# python-eq3bt==0.1.8 # homeassistant.components.sensor.etherscan python-etherscan-api==0.0.2