mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Updated jsonrpc-websocket to 0.6 (#13096)
Fix Kodi by updating jsonrpc-websocket to 0.6
This commit is contained in:
parent
8603f1a047
commit
31130f902b
@ -31,7 +31,7 @@ from homeassistant.helpers import script, config_validation as cv
|
|||||||
from homeassistant.helpers.template import Template
|
from homeassistant.helpers.template import Template
|
||||||
from homeassistant.util.yaml import dump
|
from homeassistant.util.yaml import dump
|
||||||
|
|
||||||
REQUIREMENTS = ['jsonrpc-async==0.6', 'jsonrpc-websocket==0.5']
|
REQUIREMENTS = ['jsonrpc-async==0.6', 'jsonrpc-websocket==0.6']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -421,7 +421,7 @@ jsonpath==0.75
|
|||||||
jsonrpc-async==0.6
|
jsonrpc-async==0.6
|
||||||
|
|
||||||
# homeassistant.components.media_player.kodi
|
# homeassistant.components.media_player.kodi
|
||||||
jsonrpc-websocket==0.5
|
jsonrpc-websocket==0.6
|
||||||
|
|
||||||
# homeassistant.scripts.keyring
|
# homeassistant.scripts.keyring
|
||||||
keyring==11.0.0
|
keyring==11.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user