Issue 7218 update pylgtv to 0.1.7 (#7302)

* update pylgtv module to 0.1.7

* update pylgtv to 0.1.7 requirements
This commit is contained in:
Henrik Nicolaisen 2017-04-26 05:20:54 +02:00 committed by Paulus Schoutsen
parent 760d2f1f0a
commit 615691efc3
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,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 = ['pylgtv==0.1.6', REQUIREMENTS = ['pylgtv==0.1.7',
'websockets==3.2', 'websockets==3.2',
'wakeonlan==0.2.2'] 'wakeonlan==0.2.2']

View File

@ -14,7 +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 = ['pylgtv==0.1.6'] REQUIREMENTS = ['pylgtv==0.1.7']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -571,7 +571,7 @@ pylast==1.8.0
# homeassistant.components.media_player.webostv # homeassistant.components.media_player.webostv
# homeassistant.components.notify.webostv # homeassistant.components.notify.webostv
pylgtv==0.1.6 pylgtv==0.1.7
# homeassistant.components.litejet # homeassistant.components.litejet
pylitejet==0.1 pylitejet==0.1