mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Bump zwave-js-server-python to 0.14.1 (#45598)
This commit is contained in:
parent
fb2db34334
commit
122a4e03f8
@ -301,9 +301,7 @@ class DumpView(HomeAssistantView):
|
||||
|
||||
entry = hass.config_entries.async_get_entry(config_entry_id)
|
||||
|
||||
msgs = await dump.dump_msgs(
|
||||
entry.data[CONF_URL], async_get_clientsession(hass), wait_nodes_ready=False
|
||||
)
|
||||
msgs = await dump.dump_msgs(entry.data[CONF_URL], async_get_clientsession(hass))
|
||||
|
||||
return web.Response(
|
||||
body="\n".join(json.dumps(msg) for msg in msgs) + "\n",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"name": "Z-Wave JS",
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/zwave_js",
|
||||
"requirements": ["zwave-js-server-python==0.13.0"],
|
||||
"requirements": ["zwave-js-server-python==0.14.1"],
|
||||
"codeowners": ["@home-assistant/z-wave"],
|
||||
"dependencies": ["http", "websocket_api"]
|
||||
}
|
||||
|
@ -2378,4 +2378,4 @@ zigpy==0.32.0
|
||||
zm-py==0.5.2
|
||||
|
||||
# homeassistant.components.zwave_js
|
||||
zwave-js-server-python==0.13.0
|
||||
zwave-js-server-python==0.14.1
|
||||
|
@ -1183,4 +1183,4 @@ zigpy-znp==0.3.0
|
||||
zigpy==0.32.0
|
||||
|
||||
# homeassistant.components.zwave_js
|
||||
zwave-js-server-python==0.13.0
|
||||
zwave-js-server-python==0.14.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user