Version bump for kodi dependency (#5307)

Catches timeout exceptions
This commit is contained in:
Adam Mills 2017-01-13 18:16:38 -05:00 committed by Fabian Affolter
parent 6000c59bb5
commit 6abad6b76e
2 changed files with 2 additions and 2 deletions

View file

@ -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__)