From 615691efc3ba54e1a7b3c0abb3bf19d940b23852 Mon Sep 17 00:00:00 2001 From: Henrik Nicolaisen Date: Wed, 26 Apr 2017 05:20:54 +0200 Subject: [PATCH] Issue 7218 update pylgtv to 0.1.7 (#7302) * update pylgtv module to 0.1.7 * update pylgtv to 0.1.7 requirements --- homeassistant/components/media_player/webostv.py | 2 +- homeassistant/components/notify/webostv.py | 2 +- requirements_all.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/media_player/webostv.py b/homeassistant/components/media_player/webostv.py index c1b51e2d32a..68de934d28b 100644 --- a/homeassistant/components/media_player/webostv.py +++ b/homeassistant/components/media_player/webostv.py @@ -25,7 +25,7 @@ from homeassistant.const import ( from homeassistant.loader import get_component import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['pylgtv==0.1.6', +REQUIREMENTS = ['pylgtv==0.1.7', 'websockets==3.2', 'wakeonlan==0.2.2'] diff --git a/homeassistant/components/notify/webostv.py b/homeassistant/components/notify/webostv.py index 0e91fc8698a..c70b198a333 100644 --- a/homeassistant/components/notify/webostv.py +++ b/homeassistant/components/notify/webostv.py @@ -14,7 +14,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.6'] +REQUIREMENTS = ['pylgtv==0.1.7'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 087cb30b554..d6a2112d2ed 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -571,7 +571,7 @@ pylast==1.8.0 # homeassistant.components.media_player.webostv # homeassistant.components.notify.webostv -pylgtv==0.1.6 +pylgtv==0.1.7 # homeassistant.components.litejet pylitejet==0.1