Upgrade pytouchline to 0.7 (#12179)

This commit is contained in:
tbergo 2018-02-05 09:33:07 +01:00 committed by Pascal Vizeli
parent 44cfd2999c
commit 86e89b7c26
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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