From 4c1d978aa4a018bf83638aa28d8799edada91618 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 19 Dec 2018 15:41:14 +0100 Subject: [PATCH] Bump pyharmony (#19460) --- homeassistant/components/remote/harmony.py | 6 +++--- requirements_all.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/remote/harmony.py b/homeassistant/components/remote/harmony.py index 89179db1cf6..0200a684099 100644 --- a/homeassistant/components/remote/harmony.py +++ b/homeassistant/components/remote/harmony.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index c7831672381..b09c97ede3f 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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