From bef22076ea43f7270c82f691eb2059fcfa0c636b Mon Sep 17 00:00:00 2001 From: Tim Wilde Date: Fri, 23 Jun 2017 05:08:23 -0400 Subject: [PATCH] Use version 1.3 of radiotherm (#8164) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add an optional extended description… --- 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 5bbed953047..436373b53b8 100644 --- a/homeassistant/components/climate/radiotherm.py +++ b/homeassistant/components/climate/radiotherm.py @@ -15,7 +15,7 @@ from homeassistant.components.climate import ( from homeassistant.const import CONF_HOST, TEMP_FAHRENHEIT, ATTR_TEMPERATURE import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['radiotherm==1.2'] +REQUIREMENTS = ['radiotherm==1.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index b927b7a9911..5c6902a86bd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -769,7 +769,7 @@ qnapstats==0.2.4 rachiopy==0.1.2 # homeassistant.components.climate.radiotherm -radiotherm==1.2 +radiotherm==1.3 # homeassistant.components.raspihats # raspihats==2.2.1