1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00

updated pylgtv module to fix problems with timeouts (#7184)

This commit is contained in:
Henrik Nicolaisen 2017-04-20 01:36:11 +02:00 committed by Adam Mills
parent 632256fae2
commit b985e4ef0b
3 changed files with 6 additions and 9 deletions

View File

@ -24,9 +24,7 @@ from homeassistant.const import (
from homeassistant.loader import get_component
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['https://github.com/TheRealLink/pylgtv'
'/archive/v0.1.4.zip'
'#pylgtv==0.1.4',
REQUIREMENTS = ['pylgtv==0.1.5',
'websockets==3.2',
'wakeonlan==0.2.2']

View File

@ -14,8 +14,7 @@ from homeassistant.components.notify import (
ATTR_DATA, BaseNotificationService, PLATFORM_SCHEMA)
from homeassistant.const import (CONF_FILENAME, CONF_HOST, CONF_ICON)
REQUIREMENTS = ['https://github.com/TheRealLink/pylgtv/archive/v0.1.4.zip'
'#pylgtv==0.1.4']
REQUIREMENTS = ['pylgtv==0.1.5']
_LOGGER = logging.getLogger(__name__)

View File

@ -245,10 +245,6 @@ holidays==0.8.1
# homeassistant.components.switch.dlink
https://github.com/LinuxChristian/pyW215/archive/v0.4.zip#pyW215==0.4
# homeassistant.components.media_player.webostv
# homeassistant.components.notify.webostv
https://github.com/TheRealLink/pylgtv/archive/v0.1.4.zip#pylgtv==0.1.4
# homeassistant.components.sensor.thinkingcleaner
# homeassistant.components.switch.thinkingcleaner
https://github.com/TheRealLink/pythinkingcleaner/archive/v0.0.2.zip#pythinkingcleaner==0.0.2
@ -560,6 +556,10 @@ pykwb==0.0.8
# homeassistant.components.sensor.lastfm
pylast==1.8.0
# homeassistant.components.media_player.webostv
# homeassistant.components.notify.webostv
pylgtv==0.1.5
# homeassistant.components.litejet
pylitejet==0.1