From a378e18a3fd52b704f3c2bf2d8125cfe054720f2 Mon Sep 17 00:00:00 2001 From: Teemu R Date: Mon, 19 Feb 2018 00:37:42 +0100 Subject: [PATCH] bump python-eq3bt version, fixes #12499 (#12510) --- homeassistant/components/climate/eq3btsmart.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/climate/eq3btsmart.py b/homeassistant/components/climate/eq3btsmart.py index cbfb35d06e5..5c0a3530006 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.8'] +REQUIREMENTS = ['python-eq3bt==0.1.9'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 35a2e824da7..31300232c8f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -895,7 +895,7 @@ python-digitalocean==1.13.2 python-ecobee-api==0.0.15 # homeassistant.components.climate.eq3btsmart -# python-eq3bt==0.1.8 +# python-eq3bt==0.1.9 # homeassistant.components.sensor.etherscan python-etherscan-api==0.0.3