Skip to content

Commit

Permalink
Update kodi for aiohttp2 (#6967)
Browse files Browse the repository at this point in the history
  • Loading branch information
emlove authored and pvizeli committed Apr 6, 2017
1 parent 3724644 commit 51dc8b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/media_player/kodi.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.deprecation import get_deprecated

REQUIREMENTS = ['jsonrpc-async==0.4', 'jsonrpc-websocket==0.3']
REQUIREMENTS = ['jsonrpc-async==0.6', 'jsonrpc-websocket==0.5']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/notify/kodi.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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__)

Expand Down
4 changes: 2 additions & 2 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,10 @@ insteonplm==0.7.4

# homeassistant.components.media_player.kodi
# homeassistant.components.notify.kodi
jsonrpc-async==0.4
jsonrpc-async==0.6

# homeassistant.components.media_player.kodi
jsonrpc-websocket==0.3
jsonrpc-websocket==0.5

# homeassistant.scripts.keyring
keyring>=9.3,<10.0
Expand Down

0 comments on commit 51dc8b7

Please sign in to comment.