mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 10:47:10 +00:00
Switch russound, pymysensors, and pocketcasts to pypi (#7449)
* Switch russound to pypi * Switch pymysensors to pypi * Switch pocketcasts to pypi
This commit is contained in:
parent
7a70496b11
commit
2c1df75c07
@ -15,9 +15,7 @@ from homeassistant.const import (
|
|||||||
CONF_HOST, CONF_PORT, STATE_OFF, STATE_ON, CONF_NAME)
|
CONF_HOST, CONF_PORT, STATE_OFF, STATE_ON, CONF_NAME)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = ['russound==0.1.7']
|
||||||
'https://github.com/laf/russound/archive/0.1.7.zip'
|
|
||||||
'#russound==0.1.7']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -21,9 +21,7 @@ from homeassistant.const import (
|
|||||||
from homeassistant.helpers import discovery
|
from homeassistant.helpers import discovery
|
||||||
from homeassistant.loader import get_component
|
from homeassistant.loader import get_component
|
||||||
|
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = ['pymysensors==0.9.1']
|
||||||
'https://github.com/theolind/pymysensors/archive/'
|
|
||||||
'c6990eaaa741444a638608e6e00488195e2ca74c.zip#pymysensors==0.9.1']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -17,9 +17,7 @@ from homeassistant.components.sensor import (PLATFORM_SCHEMA)
|
|||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
COMMIT = '9f61ff00c77c7c98ffa0af9dd3540df3dce4a836'
|
REQUIREMENTS = ['pocketcasts==0.1']
|
||||||
REQUIREMENTS = ['https://github.com/molobrakos/python-pocketcasts/'
|
|
||||||
'archive/%s.zip#python-pocketcasts==0.0.1' % COMMIT]
|
|
||||||
|
|
||||||
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
PLATFORM_SCHEMA = PLATFORM_SCHEMA.extend({
|
||||||
vol.Required(CONF_USERNAME): cv.string,
|
vol.Required(CONF_USERNAME): cv.string,
|
||||||
|
@ -291,15 +291,9 @@ https://github.com/jamespcole/home-assistant-nzb-clients/archive/616cad591540925
|
|||||||
# homeassistant.components.media_player.nad
|
# homeassistant.components.media_player.nad
|
||||||
https://github.com/joopert/nad_receiver/archive/0.0.3.zip#nad_receiver==0.0.3
|
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
|
# homeassistant.components.media_player.onkyo
|
||||||
https://github.com/miracle2k/onkyo-eiscp/archive/066023aec04770518d494c32fb72eea0ec5c1b7c.zip#onkyo-eiscp==1.0
|
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
|
# homeassistant.components.switch.anel_pwrctrl
|
||||||
https://github.com/mweinelt/anel-pwrctrl/archive/ed26e8830e28a2bfa4260a9002db23ce3e7e63d7.zip#anel_pwrctrl==0.0.1
|
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
|
# homeassistant.components.lutron
|
||||||
https://github.com/thecynic/pylutron/archive/v0.1.0.zip#pylutron==0.1.0
|
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
|
# homeassistant.components.sensor.modem_callerid
|
||||||
https://github.com/vroomfonde1/basicmodem/archive/0.7.zip#basicmodem==0.7
|
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
|
# homeassistant.components.sensor.serial_pm
|
||||||
pmsensor==0.4
|
pmsensor==0.4
|
||||||
|
|
||||||
|
# homeassistant.components.sensor.pocketcasts
|
||||||
|
pocketcasts==0.1
|
||||||
|
|
||||||
# homeassistant.components.climate.proliphix
|
# homeassistant.components.climate.proliphix
|
||||||
proliphix==0.4.1
|
proliphix==0.4.1
|
||||||
|
|
||||||
@ -596,6 +590,9 @@ pymailgunner==1.4
|
|||||||
# homeassistant.components.mochad
|
# homeassistant.components.mochad
|
||||||
pymochad==0.1.1
|
pymochad==0.1.1
|
||||||
|
|
||||||
|
# homeassistant.components.mysensors
|
||||||
|
pymysensors==0.9.1
|
||||||
|
|
||||||
# homeassistant.components.device_tracker.netgear
|
# homeassistant.components.device_tracker.netgear
|
||||||
pynetgear==0.3.3
|
pynetgear==0.3.3
|
||||||
|
|
||||||
@ -739,6 +736,9 @@ ring_doorbell==0.1.4
|
|||||||
# homeassistant.components.switch.rpi_rf
|
# homeassistant.components.switch.rpi_rf
|
||||||
# rpi-rf==0.9.6
|
# rpi-rf==0.9.6
|
||||||
|
|
||||||
|
# homeassistant.components.media_player.russound_rnet
|
||||||
|
russound==0.1.7
|
||||||
|
|
||||||
# homeassistant.components.media_player.yamaha
|
# homeassistant.components.media_player.yamaha
|
||||||
rxv==0.4.0
|
rxv==0.4.0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user