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.const import CONF_ACCESS_TOKEN
|
||||
|
||||
REQUIREMENTS = ['https://github.com/Klikini/rachiopy'
|
||||
'/archive/2c8996fcfa97a9f361a789e0c998797ed2805281.zip'
|
||||
'#rachiopy==0.1.1']
|
||||
REQUIREMENTS = ['rachiopy==0.1.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue