Merge pull request #1519 from sander76/dev
changed powerview version requirement to solve error in installing
This commit is contained in:
commit
097ded73b1
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ from homeassistant.components.scene import Scene
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
REQUIREMENTS = [
|
REQUIREMENTS = [
|
||||||
'https://github.com/sander76/powerviewApi/'
|
'https://github.com/sander76/powerviewApi/'
|
||||||
'archive/master.zip#powerview_api==0.2']
|
'archive/master.zip#powerviewApi==0.2']
|
||||||
|
|
||||||
HUB_ADDRESS = 'address'
|
HUB_ADDRESS = 'address'
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,7 @@ https://github.com/rkabadi/pyedimax/archive/365301ce3ff26129a7910c501ead09ea625f
|
||||||
https://github.com/rkabadi/temper-python/archive/3dbdaf2d87b8db9a3cd6e5585fc704537dd2d09b.zip#temperusb==1.2.3
|
https://github.com/rkabadi/temper-python/archive/3dbdaf2d87b8db9a3cd6e5585fc704537dd2d09b.zip#temperusb==1.2.3
|
||||||
|
|
||||||
# homeassistant.components.scene.hunterdouglas_powerview
|
# homeassistant.components.scene.hunterdouglas_powerview
|
||||||
https://github.com/sander76/powerviewApi/archive/master.zip#powerview_api==0.2
|
https://github.com/sander76/powerviewApi/archive/master.zip#powerviewApi==0.2
|
||||||
|
|
||||||
# homeassistant.components.mysensors
|
# homeassistant.components.mysensors
|
||||||
https://github.com/theolind/pymysensors/archive/f0c928532167fb24823efa793ec21ca646fd37a6.zip#pymysensors==0.5
|
https://github.com/theolind/pymysensors/archive/f0c928532167fb24823efa793ec21ca646fd37a6.zip#pymysensors==0.5
|
||||||
|
|
Loading…
Add table
Reference in a new issue