Skip to content

Commit

Permalink
Updated package to fix home-assistant#16960
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg committed Oct 17, 2018
1 parent 33860bf commit dd86f6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/media_player/webostv.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.script import Script

REQUIREMENTS = ['pylgtv==0.1.7', 'websockets==6.0']
REQUIREMENTS = ['pylgtv==0.1.9', 'websockets==6.0']

_CONFIGURING = {} # type: Dict[str, str]
_LOGGER = logging.getLogger(__name__)
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/notify/webostv.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
ATTR_DATA, BaseNotificationService, PLATFORM_SCHEMA)
from homeassistant.const import (CONF_FILENAME, CONF_HOST, CONF_ICON)

REQUIREMENTS = ['pylgtv==0.1.7']
REQUIREMENTS = ['pylgtv==0.1.9']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ pylgnetcast-homeassistant==0.2.0.dev0

# homeassistant.components.media_player.webostv
# homeassistant.components.notify.webostv
pylgtv==0.1.7
pylgtv==0.1.9

# homeassistant.components.sensor.linky
pylinky==0.1.6
Expand Down

0 comments on commit dd86f6b

Please sign in to comment.