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:
Andrey 2017-05-07 03:22:38 +03:00 committed by Martin Hjelmare
parent 7a70496b11
commit 2c1df75c07
4 changed files with 12 additions and 18 deletions

View file

@ -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__)