Skip to content

Commit

Permalink
Fix connection loss issues for Harmony (#22687)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ehendrix23 authored and andrewsayre committed Apr 4, 2019
1 parent 9864413 commit a85bcce
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
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from homeassistant.exceptions import PlatformNotReady
from homeassistant.util import slugify

REQUIREMENTS = ['aioharmony==0.1.8']
REQUIREMENTS = ['aioharmony==0.1.11']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a85bcce

Please sign in to comment.