diff --git a/homeassistant/components/media_player/webostv.py b/homeassistant/components/media_player/webostv.py index 0a5b9fe509b..946e0517435 100644 --- a/homeassistant/components/media_player/webostv.py +++ b/homeassistant/components/media_player/webostv.py @@ -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__) diff --git a/homeassistant/components/notify/webostv.py b/homeassistant/components/notify/webostv.py index 78c43c5f0ad..92762b03aea 100644 --- a/homeassistant/components/notify/webostv.py +++ b/homeassistant/components/notify/webostv.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index da03d8163a2..f68bf195f7e 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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