commit
4f134f339c
3 changed files with 5 additions and 5 deletions
|
@ -24,9 +24,9 @@ from homeassistant.util import slugify
|
|||
|
||||
# REQUIREMENTS = ['pyharmony==1.0.22']
|
||||
REQUIREMENTS = [
|
||||
'https://github.com/home-assistant//pyharmony/archive/'
|
||||
'4b27f8a35ea61123ef531ad078a4357cc26b00db.zip'
|
||||
'#pyharmony==1.0.21b0'
|
||||
'https://github.com/home-assistant/pyharmony/archive/'
|
||||
'31efd339a3c39e7b8f58e823a0eddb59013e03ae.zip'
|
||||
'#pyharmony==1.0.21b1'
|
||||
]
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"""Constants used by Home Assistant components."""
|
||||
MAJOR_VERSION = 0
|
||||
MINOR_VERSION = 84
|
||||
PATCH_VERSION = '4'
|
||||
PATCH_VERSION = '5'
|
||||
__short_version__ = '{}.{}'.format(MAJOR_VERSION, MINOR_VERSION)
|
||||
__version__ = '{}.{}'.format(__short_version__, PATCH_VERSION)
|
||||
REQUIRED_PYTHON_VER = (3, 5, 3)
|
||||
|
|
|
@ -509,7 +509,7 @@ homematicip==0.9.8
|
|||
httplib2==0.10.3
|
||||
|
||||
# homeassistant.components.remote.harmony
|
||||
https://github.com/home-assistant//pyharmony/archive/4b27f8a35ea61123ef531ad078a4357cc26b00db.zip#pyharmony==1.0.21b0
|
||||
https://github.com/home-assistant/pyharmony/archive/31efd339a3c39e7b8f58e823a0eddb59013e03ae.zip#pyharmony==1.0.21b1
|
||||
|
||||
# homeassistant.components.huawei_lte
|
||||
huawei-lte-api==1.0.16
|
||||
|
|
Loading…
Add table
Reference in a new issue