Merge pull request #19461 from home-assistant/rc

0.84.5
This commit is contained in:
Paulus Schoutsen 2018-12-19 16:49:21 +01:00 committed by GitHub
commit 4f134f339c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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__)

View file

@ -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)

View file

@ -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