Updated package to fix #16960 (#17555)

pull/17573/head
Eduard van Valkenburg 2018-10-17 22:56:54 +02:00 committed by Fabian Affolter
parent 7106d9e9d4
commit 50a66abd80
3 changed files with 3 additions and 3 deletions

View File

@ -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__)

View File

@ -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__)

View File

@ -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