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:
parent
760d2f1f0a
commit
615691efc3
3 changed files with 3 additions and 3 deletions
|
@ -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']
|
||||
|
||||
|
|
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue