Change nad_receiver to pypi (#7852)
* Change to pypi * add requirements
This commit is contained in:
parent
423e809e45
commit
e50588afe1
2 changed files with 4 additions and 5 deletions
|
@ -17,8 +17,7 @@ from homeassistant.const import (
|
|||
CONF_NAME, STATE_OFF, STATE_ON)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['https://github.com/joopert/nad_receiver/archive/'
|
||||
'0.0.3.zip#nad_receiver==0.0.3']
|
||||
REQUIREMENTS = ['nad_receiver==0.0.5']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -288,9 +288,6 @@ https://github.com/jabesq/pybotvac/archive/v0.0.3.zip#pybotvac==0.0.3
|
|||
# homeassistant.components.sensor.sabnzbd
|
||||
https://github.com/jamespcole/home-assistant-nzb-clients/archive/616cad59154092599278661af17e2a9f2cf5e2a9.zip#python-sabnzbd==0.1
|
||||
|
||||
# homeassistant.components.media_player.nad
|
||||
https://github.com/joopert/nad_receiver/archive/0.0.3.zip#nad_receiver==0.0.3
|
||||
|
||||
# homeassistant.components.switch.anel_pwrctrl
|
||||
https://github.com/mweinelt/anel-pwrctrl/archive/ed26e8830e28a2bfa4260a9002db23ce3e7e63d7.zip#anel_pwrctrl==0.0.1
|
||||
|
||||
|
@ -381,6 +378,9 @@ mutagen==1.37.0
|
|||
# homeassistant.components.sensor.usps
|
||||
myusps==1.1.1
|
||||
|
||||
# homeassistant.components.media_player.nad
|
||||
nad_receiver==0.0.5
|
||||
|
||||
# homeassistant.components.discovery
|
||||
netdisco==1.0.1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue