From 196fe4b927a85dcd158b3429345c3564a927c9d3 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 d7992c331f1..b188a98d3a6 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -521,7 +521,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