Update kodi for aiohttp2 (#6967)

This commit is contained in:
Adam Mills 2017-04-06 18:12:24 -04:00 committed by Paulus Schoutsen
parent 01672e63ea
commit d3c1a48475
3 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ from homeassistant.components.notify import (
from homeassistant.helpers.aiohttp_client import async_get_clientsession
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['jsonrpc-async==0.4']
REQUIREMENTS = ['jsonrpc-async==0.6']
_LOGGER = logging.getLogger(__name__)