diff --git a/homeassistant/components/climate/touchline.py b/homeassistant/components/climate/touchline.py index cc45e26a1cf..f9c5676629b 100644 --- a/homeassistant/components/climate/touchline.py +++ b/homeassistant/components/climate/touchline.py @@ -13,7 +13,7 @@ from homeassistant.components.climate import ( from homeassistant.const import CONF_HOST, TEMP_CELSIUS, ATTR_TEMPERATURE import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['pytouchline==0.6'] +REQUIREMENTS = ['pytouchline==0.7'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ca956523f27..7270a4bf103 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -984,7 +984,7 @@ pythonwhois==2.4.3 pytile==1.1.0 # homeassistant.components.climate.touchline -pytouchline==0.6 +pytouchline==0.7 # homeassistant.components.device_tracker.trackr pytrackr==0.0.5