parent
7106d9e9d4
commit
50a66abd80
|
@ -24,7 +24,7 @@ from homeassistant.const import (
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.script import Script
|
||||
|
||||
REQUIREMENTS = ['pylgtv==0.1.7', 'websockets==6.0']
|
||||
REQUIREMENTS = ['pylgtv==0.1.9', 'websockets==6.0']
|
||||
|
||||
_CONFIGURING = {} # type: Dict[str, str]
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
|
@ -13,7 +13,7 @@ from homeassistant.components.notify import (
|
|||
ATTR_DATA, BaseNotificationService, PLATFORM_SCHEMA)
|
||||
from homeassistant.const import (CONF_FILENAME, CONF_HOST, CONF_ICON)
|
||||
|
||||
REQUIREMENTS = ['pylgtv==0.1.7']
|
||||
REQUIREMENTS = ['pylgtv==0.1.9']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -960,7 +960,7 @@ pylgnetcast-homeassistant==0.2.0.dev0
|
|||
|
||||
# homeassistant.components.media_player.webostv
|
||||
# homeassistant.components.notify.webostv
|
||||
pylgtv==0.1.7
|
||||
pylgtv==0.1.9
|
||||
|
||||
# homeassistant.components.sensor.linky
|
||||
pylinky==0.1.6
|
||||
|
|
Loading…
Reference in New Issue