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
4 changed files with 12 additions and 18 deletions
|
@ -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__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue