Switch rachiopy to pypi (#8040)
* Switch rachiopy t pypi * Update rachio.py * Update requirements_all.txt
This commit is contained in:
parent
61cb6ec3dc
commit
7b8ad1d365
2 changed files with 4 additions and 6 deletions
|
@ -8,9 +8,7 @@ import homeassistant.util as util
|
||||||
from homeassistant.components.switch import SwitchDevice, PLATFORM_SCHEMA
|
from homeassistant.components.switch import SwitchDevice, PLATFORM_SCHEMA
|
||||||
from homeassistant.const import CONF_ACCESS_TOKEN
|
from homeassistant.const import CONF_ACCESS_TOKEN
|
||||||
|
|
||||||
REQUIREMENTS = ['https://github.com/Klikini/rachiopy'
|
REQUIREMENTS = ['rachiopy==0.1.2']
|
||||||
'/archive/2c8996fcfa97a9f361a789e0c998797ed2805281.zip'
|
|
||||||
'#rachiopy==0.1.1']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -270,9 +270,6 @@ holidays==0.8.1
|
||||||
# homeassistant.components.camera.onvif
|
# homeassistant.components.camera.onvif
|
||||||
http://github.com/tgaugry/suds-passworddigest-py3/archive/86fc50e39b4d2b8997481967d6a7fe1c57118999.zip#suds-passworddigest-py3==0.1.2a
|
http://github.com/tgaugry/suds-passworddigest-py3/archive/86fc50e39b4d2b8997481967d6a7fe1c57118999.zip#suds-passworddigest-py3==0.1.2a
|
||||||
|
|
||||||
# homeassistant.components.switch.rachio
|
|
||||||
https://github.com/Klikini/rachiopy/archive/2c8996fcfa97a9f361a789e0c998797ed2805281.zip#rachiopy==0.1.1
|
|
||||||
|
|
||||||
# homeassistant.components.switch.dlink
|
# homeassistant.components.switch.dlink
|
||||||
https://github.com/LinuxChristian/pyW215/archive/v0.4.zip#pyW215==0.4
|
https://github.com/LinuxChristian/pyW215/archive/v0.4.zip#pyW215==0.4
|
||||||
|
|
||||||
|
@ -768,6 +765,9 @@ pyzabbix==0.7.4
|
||||||
# homeassistant.components.sensor.qnap
|
# homeassistant.components.sensor.qnap
|
||||||
qnapstats==0.2.4
|
qnapstats==0.2.4
|
||||||
|
|
||||||
|
# homeassistant.components.switch.rachio
|
||||||
|
rachiopy==0.1.2
|
||||||
|
|
||||||
# homeassistant.components.climate.radiotherm
|
# homeassistant.components.climate.radiotherm
|
||||||
radiotherm==1.2
|
radiotherm==1.2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue