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
|
from homeassistant.loader import get_component
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/TheRealLink/pylgtv'
|
REQUIREMENTS = ['pylgtv==0.1.5',
|
||||||
'/archive/v0.1.4.zip'
|
|
||||||
'#pylgtv==0.1.4',
|
|
||||||
'websockets==3.2',
|
'websockets==3.2',
|
||||||
'wakeonlan==0.2.2']
|
'wakeonlan==0.2.2']
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,7 @@ from homeassistant.components.notify import (
|
||||||
ATTR_DATA, BaseNotificationService, PLATFORM_SCHEMA)
|
ATTR_DATA, BaseNotificationService, PLATFORM_SCHEMA)
|
||||||
from homeassistant.const import (CONF_FILENAME, CONF_HOST, CONF_ICON)
|
from homeassistant.const import (CONF_FILENAME, CONF_HOST, CONF_ICON)
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/TheRealLink/pylgtv/archive/v0.1.4.zip'
|
REQUIREMENTS = ['pylgtv==0.1.5']
|
||||||
'#pylgtv==0.1.4']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -245,10 +245,6 @@ holidays==0.8.1
|
||||||
# homeassistant.components.switch.dlink
|
# homeassistant.components.switch.dlink
|
||||||
https://github.com/LinuxChristian/pyW215/archive/v0.4.zip#pyW215==0.4
|
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.sensor.thinkingcleaner
|
||||||
# homeassistant.components.switch.thinkingcleaner
|
# homeassistant.components.switch.thinkingcleaner
|
||||||
https://github.com/TheRealLink/pythinkingcleaner/archive/v0.0.2.zip#pythinkingcleaner==0.0.2
|
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
|
# homeassistant.components.sensor.lastfm
|
||||||
pylast==1.8.0
|
pylast==1.8.0
|
||||||
|
|
||||||
|
# homeassistant.components.media_player.webostv
|
||||||
|
# homeassistant.components.notify.webostv
|
||||||
|
pylgtv==0.1.5
|
||||||
|
|
||||||
# homeassistant.components.litejet
|
# homeassistant.components.litejet
|
||||||
pylitejet==0.1
|
pylitejet==0.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue