From a85bcce857e02b6e202232df481b633be06d5119 Mon Sep 17 00:00:00 2001 From: ehendrix23 Date: Wed, 3 Apr 2019 18:29:49 -0600 Subject: [PATCH] Fix connection loss issues for Harmony (#22687) * Increase aioharmony version to 0.1.11 Update aioharmony version to 0.1.11, this new update contains fixes for websocket connection losses. * Update requirements_all --- homeassistant/components/harmony/remote.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/harmony/remote.py b/homeassistant/components/harmony/remote.py index 78f2674243c..12b3a91e12b 100644 --- a/homeassistant/components/harmony/remote.py +++ b/homeassistant/components/harmony/remote.py @@ -16,7 +16,7 @@ import homeassistant.helpers.config_validation as cv from homeassistant.exceptions import PlatformNotReady from homeassistant.util import slugify -REQUIREMENTS = ['aioharmony==0.1.8'] +REQUIREMENTS = ['aioharmony==0.1.11'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 8ed77fdfb3e..801f850375d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -121,7 +121,7 @@ aiofreepybox==0.0.8 aioftp==0.12.0 # homeassistant.components.harmony.remote -aioharmony==0.1.8 +aioharmony==0.1.11 # homeassistant.components.emulated_hue # homeassistant.components.http