From 6c77702dcc1f35c8454fb69c0f6bf65db2974d70 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 2 Jul 2018 10:57:26 +0300 Subject: [PATCH] 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 --- homeassistant/components/media_player/lg_netcast.py | 3 +-- requirements_all.txt | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/homeassistant/components/media_player/lg_netcast.py b/homeassistant/components/media_player/lg_netcast.py index 8c98844cf93..df1ee662124 100644 --- a/homeassistant/components/media_player/lg_netcast.py +++ b/homeassistant/components/media_player/lg_netcast.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index af71ea2ee54..08985bff945 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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