From 4500760b52ccc911a5f3b1e5a0402bea7303306d Mon Sep 17 00:00:00 2001 From: ehendrix23 Date: Tue, 19 Feb 2019 09:44:42 -0700 Subject: [PATCH] Set aioharmony version to 0.1.8 (#21213) Update aioharmony version to support latest HUB firmware (4.15.250). --- 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 a5e4f5a8528..489fe9144f2 100644 --- a/homeassistant/components/harmony/remote.py +++ b/homeassistant/components/harmony/remote.py @@ -22,7 +22,7 @@ import homeassistant.helpers.config_validation as cv from homeassistant.exceptions import PlatformNotReady from homeassistant.util import slugify -REQUIREMENTS = ['aioharmony==0.1.5'] +REQUIREMENTS = ['aioharmony==0.1.8'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 68b5c971f18..b8d46143716 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -111,7 +111,7 @@ aiofreepybox==0.0.6 aioftp==0.12.0 # homeassistant.components.harmony.remote -aioharmony==0.1.5 +aioharmony==0.1.8 # homeassistant.components.emulated_hue # homeassistant.components.http