mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Upgrade pytouchline to 0.7 (#12179)
This commit is contained in:
parent
44cfd2999c
commit
86e89b7c26
@ -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__)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user