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_allpull/22698/head
parent
98644135fa
commit
a85bcce857
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue