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
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['pylgtv==0.1.6',
REQUIREMENTS = ['pylgtv==0.1.7',
'websockets==3.2',
'wakeonlan==0.2.2']

View file

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

View file

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