Skip to content

Commit

Permalink
Set aioharmony version to 0.1.8 (#21213)
Browse files Browse the repository at this point in the history
Update aioharmony version to support latest HUB firmware (4.15.250).
  • Loading branch information
ehendrix23 authored and balloob committed Feb 19, 2019
1 parent e3cfcba commit 99eda38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/harmony/remote.py
Expand Up @@ -17,7 +17,7 @@
from homeassistant.exceptions import PlatformNotReady
from homeassistant.util import slugify

REQUIREMENTS = ['aioharmony==0.1.5']
REQUIREMENTS = ['aioharmony==0.1.8']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -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
Expand Down

0 comments on commit 99eda38

Please sign in to comment.