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