mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
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
@ -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']
|
||||||
|
|
||||||
|
@ -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__)
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user