Fix Edimax new firmware auth error and move to pyedimax fork (#12873)

* Fixed Edimax switch authentication error for newer firmware.

* pyedimax moved to pypi

* Added pyedimax to gen_requirements_all.py

* Cleanup
This commit is contained in:
Andrei Pop 2018-03-04 21:36:38 +02:00 committed by Martin Hjelmare
parent a147401034
commit 81ba666db7
2 changed files with 4 additions and 5 deletions

View File

@ -13,8 +13,7 @@ from homeassistant.const import (
CONF_HOST, CONF_NAME, CONF_PASSWORD, CONF_USERNAME)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['https://github.com/rkabadi/pyedimax/archive/'
'365301ce3ff26129a7910c501ead09ea625f3700.zip#pyedimax==0.1']
REQUIREMENTS = ['pyedimax==0.1']
_LOGGER = logging.getLogger(__name__)

View File

@ -385,9 +385,6 @@ https://github.com/jabesq/pybotvac/archive/v0.0.5.zip#pybotvac==0.0.5
# homeassistant.components.switch.anel_pwrctrl
https://github.com/mweinelt/anel-pwrctrl/archive/ed26e8830e28a2bfa4260a9002db23ce3e7e63d7.zip#anel_pwrctrl==0.0.1
# homeassistant.components.switch.edimax
https://github.com/rkabadi/pyedimax/archive/365301ce3ff26129a7910c501ead09ea625f3700.zip#pyedimax==0.1
# homeassistant.components.sensor.gtfs
https://github.com/robbiet480/pygtfs/archive/00546724e4bbcb3053110d844ca44e2246267dd8.zip#pygtfs==0.1.3
@ -714,6 +711,9 @@ pyebox==0.1.0
# homeassistant.components.climate.econet
pyeconet==0.0.5
# homeassistant.components.switch.edimax
pyedimax==0.1
# homeassistant.components.eight_sleep
pyeight==0.0.7