Skip to content

Commit

Permalink
Bump zwave-js-server-python to 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed May 25, 2022
1 parent f9f87c6 commit d7a65bc
Show file tree
Hide file tree
Showing 8 changed files with 433 additions and 17 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/zwave_js/manifest.json
Expand Up @@ -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.36.1"],
"requirements": ["zwave-js-server-python==0.37.0"],
"codeowners": ["@home-assistant/z-wave"],
"dependencies": ["usb", "http", "websocket_api"],
"iot_class": "local_push",
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -2528,7 +2528,7 @@ zigpy==0.45.1
zm-py==0.5.2

# homeassistant.components.zwave_js
zwave-js-server-python==0.36.1
zwave-js-server-python==0.37.0

# homeassistant.components.zwave_me
zwave_me_ws==0.2.4
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Expand Up @@ -1665,7 +1665,7 @@ zigpy-znp==0.7.0
zigpy==0.45.1

# homeassistant.components.zwave_js
zwave-js-server-python==0.36.1
zwave-js-server-python==0.37.0

# homeassistant.components.zwave_me
zwave_me_ws==0.2.4
Expand Up @@ -51,7 +51,14 @@
"index": 0,
"installerIcon": 1792,
"userIcon": 1792,
"commandClasses": []
"commandClasses": [
{
"id": 50,
"name": "Meter",
"version": 3,
"isSecure": false
}
]
}
],
"values": [
Expand Down
Expand Up @@ -126,7 +126,63 @@
"endpoints": [
{
"nodeId": 5,
"index": 0
"index": 0,
"commandClasses": [
{
"id": 67,
"name": "Thermostat Setpoint",
"version": 2,
"isSecure": false
},
{
"id": 70,
"name": "Climate Control Schedule",
"version": 1,
"isSecure": false
},
{
"id": 114,
"name": "Manufacturer Specific",
"version": 1,
"isSecure": false
},
{
"id": 117,
"name": "Protection",
"version": 2,
"isSecure": false
},
{
"id": 128,
"name": "Battery",
"version": 1,
"isSecure": false
},
{
"id": 129,
"name": "Clock",
"version": 1,
"isSecure": false
},
{
"id": 132,
"name": "Wake Up",
"version": 1,
"isSecure": false
},
{
"id": 134,
"name": "Version",
"version": 1,
"isSecure": false
},
{
"id": 143,
"name": "Multi Command",
"version": 1,
"isSecure": false
}
]
}
],
"values": [
Expand Down

0 comments on commit d7a65bc

Please sign in to comment.