updated pylgtv module to fix problems with timeouts (#7184)
parent
632256fae2
commit
b985e4ef0b
|
@ -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']
|
||||
|
||||
|
|
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue