From f4915ddb0b2fd3e7e037d8ea16fb6a02c2a2116b Mon Sep 17 00:00:00 2001 From: Andrey Date: Wed, 10 May 2017 06:23:19 +0300 Subject: [PATCH] Switch basicmodem and python-roku to pypi (#7514) --- homeassistant/components/media_player/roku.py | 4 +--- homeassistant/components/sensor/modem_callerid.py | 4 +--- requirements_all.txt | 12 ++++++------ 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/homeassistant/components/media_player/roku.py b/homeassistant/components/media_player/roku.py index 97f7ba2e716..a81f9330ab8 100644 --- a/homeassistant/components/media_player/roku.py +++ b/homeassistant/components/media_player/roku.py @@ -17,9 +17,7 @@ from homeassistant.const import ( import homeassistant.helpers.config_validation as cv import homeassistant.loader as loader -REQUIREMENTS = [ - 'https://github.com/bah2830/python-roku/archive/3.1.3.zip' - '#roku==3.1.3'] +REQUIREMENTS = ['python-roku==3.1.3'] KNOWN_HOSTS = [] DEFAULT_PORT = 8060 diff --git a/homeassistant/components/sensor/modem_callerid.py b/homeassistant/components/sensor/modem_callerid.py index e12ddb445ec..0b71540f346 100644 --- a/homeassistant/components/sensor/modem_callerid.py +++ b/homeassistant/components/sensor/modem_callerid.py @@ -14,9 +14,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA from homeassistant.helpers.entity import Entity import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['https://github.com/vroomfonde1/basicmodem' - '/archive/0.7.zip' - '#basicmodem==0.7'] +REQUIREMENTS = ['basicmodem==0.7'] _LOGGER = logging.getLogger(__name__) DEFAULT_NAME = 'Modem CallerID' diff --git a/requirements_all.txt b/requirements_all.txt index 9aa450753cc..624b1f22b06 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -70,6 +70,9 @@ apns2==0.1.1 # homeassistant.components.light.avion # avion==0.6 +# homeassistant.components.sensor.modem_callerid +basicmodem==0.7 + # homeassistant.components.sensor.linux_battery batinfo==0.4.2 @@ -264,9 +267,6 @@ https://github.com/aparraga/braviarc/archive/0.3.7.zip#braviarc==0.3.7 # homeassistant.components.cover.myq https://github.com/arraylabs/pymyq/archive/v0.0.8.zip#pymyq==0.0.8 -# homeassistant.components.media_player.roku -https://github.com/bah2830/python-roku/archive/3.1.3.zip#roku==3.1.3 - # homeassistant.components.modbus https://github.com/bashwork/pymodbus/archive/d7fc4f1cc975631e0a9011390e8017f64b612661.zip#pymodbus==1.2.0 @@ -306,9 +306,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.sensor.modem_callerid -https://github.com/vroomfonde1/basicmodem/archive/0.7.zip#basicmodem==0.7 - # homeassistant.components.tado https://github.com/wmalgadey/PyTado/archive/0.1.10.zip#PyTado==0.1.10 @@ -671,6 +668,9 @@ python-nmap==0.6.1 # homeassistant.components.notify.pushover python-pushover==0.2 +# homeassistant.components.media_player.roku +python-roku==3.1.3 + # homeassistant.components.sensor.synologydsm python-synology==0.1.0