mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
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
@ -20,8 +20,7 @@ from homeassistant.const import (
|
|||||||
STATE_OFF, STATE_PLAYING, STATE_PAUSED, STATE_UNKNOWN)
|
STATE_OFF, STATE_PLAYING, STATE_PAUSED, STATE_UNKNOWN)
|
||||||
import homeassistant.util as util
|
import homeassistant.util as util
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/wokar/pylgnetcast/archive/'
|
REQUIREMENTS = ['pylgnetcast-homeassistant==0.2.0.dev0']
|
||||||
'v0.2.0.zip#pylgnetcast==0.2.0']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -432,9 +432,6 @@ httplib2==0.10.3
|
|||||||
# homeassistant.components.sensor.gtfs
|
# homeassistant.components.sensor.gtfs
|
||||||
https://github.com/robbiet480/pygtfs/archive/00546724e4bbcb3053110d844ca44e2246267dd8.zip#pygtfs==0.1.3
|
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
|
# homeassistant.components.hydrawise
|
||||||
hydrawiser==0.1.1
|
hydrawiser==0.1.1
|
||||||
|
|
||||||
@ -881,6 +878,9 @@ pylacrosse==0.3.1
|
|||||||
# homeassistant.components.sensor.lastfm
|
# homeassistant.components.sensor.lastfm
|
||||||
pylast==2.3.0
|
pylast==2.3.0
|
||||||
|
|
||||||
|
# homeassistant.components.media_player.lg_netcast
|
||||||
|
pylgnetcast-homeassistant==0.2.0.dev0
|
||||||
|
|
||||||
# homeassistant.components.media_player.webostv
|
# homeassistant.components.media_player.webostv
|
||||||
# homeassistant.components.notify.webostv
|
# homeassistant.components.notify.webostv
|
||||||
pylgtv==0.1.7
|
pylgtv==0.1.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user