diff --git a/homeassistant/components/media_player/russound_rnet.py b/homeassistant/components/media_player/russound_rnet.py index 6615f85db6520ae926abf43d6e7e7d0c84dae704..9ce3dcfc4f46a536c17ef64d63d02617e3d39f6e 100644 --- a/homeassistant/components/media_player/russound_rnet.py +++ b/homeassistant/components/media_player/russound_rnet.py @@ -15,9 +15,7 @@ from homeassistant.const import ( CONF_HOST, CONF_PORT, STATE_OFF, STATE_ON, CONF_NAME) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = [ - 'https://github.com/laf/russound/archive/0.1.7.zip' - '#russound==0.1.7'] +REQUIREMENTS = ['russound==0.1.7'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/mysensors.py b/homeassistant/components/mysensors.py index 984ff8a4606312023378d9c437430d106b89a98f..761885c990555857797a707e2b5ab26a57cd4423 100644 --- a/homeassistant/components/mysensors.py +++ b/homeassistant/components/mysensors.py @@ -21,9 +21,7 @@ from homeassistant.const import ( from homeassistant.helpers import discovery from homeassistant.loader import get_component -REQUIREMENTS = [ - 'https://github.com/theolind/pymysensors/archive/' - 'c6990eaaa741444a638608e6e00488195e2ca74c.zip#pymysensors==0.9.1'] +REQUIREMENTS = ['pymysensors==0.9.1'] _LOGGER = logging.getLogger(__name__) diff --git a/homeassistant/components/sensor/pocketcasts.py b/homeassistant/components/sensor/pocketcasts.py index 36e0bb88e0aa0c72418325c16ceaca8188741f46..20b1c9885ccf3882445f2fec7caee4ae415f5fbb 100644 --- a/homeassistant/components/sensor/pocketcasts.py +++ b/homeassistant/components/sensor/pocketcasts.py @@ -17,9 +17,7 @@ from homeassistant.components.sensor import (PLATFORM_SCHEMA) _LOGGER = logging.getLogger(__name__) -COMMIT = '9f61ff00c77c7c98ffa0af9dd3540df3dce4a836' -REQUIREMENTS = ['https://github.com/molobrakos/python-pocketcasts/' - 'archive/%s.zip#python-pocketcasts==0.0.1' % COMMIT] +REQUIREMENTS = ['pocketcasts==0.1'] PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({ vol.Required(CONF_USERNAME): cv.string, diff --git a/requirements_all.txt b/requirements_all.txt index f8b6cb1f12540a0a44d69bd6fc9862982a03ecfc..26f37a3cac91a9214e7989115104b6fe25c28872 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -291,15 +291,9 @@ https://github.com/jamespcole/home-assistant-nzb-clients/archive/616cad591540925 # homeassistant.components.media_player.nad https://github.com/joopert/nad_receiver/archive/0.0.3.zip#nad_receiver==0.0.3 -# homeassistant.components.media_player.russound_rnet -https://github.com/laf/russound/archive/0.1.7.zip#russound==0.1.7 - # homeassistant.components.media_player.onkyo https://github.com/miracle2k/onkyo-eiscp/archive/066023aec04770518d494c32fb72eea0ec5c1b7c.zip#onkyo-eiscp==1.0 -# homeassistant.components.sensor.pocketcasts -https://github.com/molobrakos/python-pocketcasts/archive/9f61ff00c77c7c98ffa0af9dd3540df3dce4a836.zip#python-pocketcasts==0.0.1 - # homeassistant.components.switch.anel_pwrctrl https://github.com/mweinelt/anel-pwrctrl/archive/ed26e8830e28a2bfa4260a9002db23ce3e7e63d7.zip#anel_pwrctrl==0.0.1 @@ -321,9 +315,6 @@ https://github.com/tfriedel/python-lightify/archive/1bb1db0e7bd5b14304d7bb267e23 # homeassistant.components.lutron https://github.com/thecynic/pylutron/archive/v0.1.0.zip#pylutron==0.1.0 -# homeassistant.components.mysensors -https://github.com/theolind/pymysensors/archive/c6990eaaa741444a638608e6e00488195e2ca74c.zip#pymysensors==0.9.1 - # homeassistant.components.sensor.modem_callerid https://github.com/vroomfonde1/basicmodem/archive/0.7.zip#basicmodem==0.7 @@ -461,6 +452,9 @@ plexapi==2.0.2 # homeassistant.components.sensor.serial_pm pmsensor==0.4 +# homeassistant.components.sensor.pocketcasts +pocketcasts==0.1 + # homeassistant.components.climate.proliphix proliphix==0.4.1 @@ -596,6 +590,9 @@ pymailgunner==1.4 # homeassistant.components.mochad pymochad==0.1.1 +# homeassistant.components.mysensors +pymysensors==0.9.1 + # homeassistant.components.device_tracker.netgear pynetgear==0.3.3 @@ -739,6 +736,9 @@ ring_doorbell==0.1.4 # homeassistant.components.switch.rpi_rf # rpi-rf==0.9.6 +# homeassistant.components.media_player.russound_rnet +russound==0.1.7 + # homeassistant.components.media_player.yamaha rxv==0.4.0