Upgrade Z-Wave JS Python to 0.17.0 (#45895)

This commit is contained in:
Paulus Schoutsen 2021-02-03 11:58:46 +01:00 committed by GitHub
parent a2ec1a47d5
commit 40ba182144
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 21 additions and 14 deletions

View file

@ -51,7 +51,7 @@ def websocket_network_status(
data = {
"client": {
"ws_server_url": client.ws_server_url,
"state": client.state,
"state": "connected" if client.connected else "disconnected",
"driver_version": client.version.driver_version,
"server_version": client.version.server_version,
},