Switch to own packaged version of pylgnetcast (#15042)
## Description: Switch to own packaged version of pylgnetcast Request to make a pypi package didn't get any response: https://github.com/wokar/pylgnetcast/issues/1 **Related issue (if applicable):** #7069
This commit is contained in:
parent
86165750ff
commit
6c77702dcc
2 changed files with 4 additions and 5 deletions
|
@ -20,8 +20,7 @@ from homeassistant.const import (
|
|||
STATE_OFF, STATE_PLAYING, STATE_PAUSED, STATE_UNKNOWN)
|
||||
import homeassistant.util as util
|
||||
|
||||
REQUIREMENTS = ['https://github.com/wokar/pylgnetcast/archive/'
|
||||
'v0.2.0.zip#pylgnetcast==0.2.0']
|
||||
REQUIREMENTS = ['pylgnetcast-homeassistant==0.2.0.dev0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -432,9 +432,6 @@ httplib2==0.10.3
|
|||
# homeassistant.components.sensor.gtfs
|
||||
https://github.com/robbiet480/pygtfs/archive/00546724e4bbcb3053110d844ca44e2246267dd8.zip#pygtfs==0.1.3
|
||||
|
||||
# homeassistant.components.media_player.lg_netcast
|
||||
https://github.com/wokar/pylgnetcast/archive/v0.2.0.zip#pylgnetcast==0.2.0
|
||||
|
||||
# homeassistant.components.hydrawise
|
||||
hydrawiser==0.1.1
|
||||
|
||||
|
@ -881,6 +878,9 @@ pylacrosse==0.3.1
|
|||
# homeassistant.components.sensor.lastfm
|
||||
pylast==2.3.0
|
||||
|
||||
# homeassistant.components.media_player.lg_netcast
|
||||
pylgnetcast-homeassistant==0.2.0.dev0
|
||||
|
||||
# homeassistant.components.media_player.webostv
|
||||
# homeassistant.components.notify.webostv
|
||||
pylgtv==0.1.7
|
||||
|
|
Loading…
Add table
Reference in a new issue