From fe0a2b7f2d93a2ca97ede1f892320a7f0af5909b Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Thu, 9 Aug 2018 11:46:46 -0700 Subject: [PATCH] Update radiotherm to 1.4.1 --- homeassistant/components/climate/radiotherm.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/climate/radiotherm.py b/homeassistant/components/climate/radiotherm.py index b3043689f8ccc..c8441a9f7af0e 100644 --- a/homeassistant/components/climate/radiotherm.py +++ b/homeassistant/components/climate/radiotherm.py @@ -18,7 +18,7 @@ CONF_HOST, TEMP_FAHRENHEIT, ATTR_TEMPERATURE, PRECISION_HALVES) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['radiotherm==1.3'] +REQUIREMENTS = ['radiotherm==1.4.1'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index c6b4898dc4c2e..e88b4f497d403 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1201,7 +1201,7 @@ qnapstats==0.2.6 rachiopy==0.1.3 # homeassistant.components.climate.radiotherm -radiotherm==1.3 +radiotherm==1.4.1 # homeassistant.components.raincloud raincloudy==0.0.5