From 6abad6b76e610b1bfb13f3f9342a2a0a53971fcf Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Fri, 13 Jan 2017 18:16:38 -0500 Subject: [PATCH] Version bump for kodi dependency (#5307) Catches timeout exceptions --- homeassistant/components/media_player/kodi.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/media_player/kodi.py b/homeassistant/components/media_player/kodi.py index 54b95deee47..8cfa7a587fb 100644 --- a/homeassistant/components/media_player/kodi.py +++ b/homeassistant/components/media_player/kodi.py @@ -21,7 +21,7 @@ from homeassistant.const import ( from homeassistant.helpers.aiohttp_client import async_get_clientsession import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['jsonrpc-async==0.1'] +REQUIREMENTS = ['jsonrpc-async==0.2'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 2aa05ef906c..5a4ef5a2736 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -278,7 +278,7 @@ insteon_hub==0.4.5 insteonlocal==0.39 # homeassistant.components.media_player.kodi -jsonrpc-async==0.1 +jsonrpc-async==0.2 # homeassistant.components.notify.kodi jsonrpc-requests==0.3