Bump zwave-js-server-python to 0.49.0 (#93835)
* Bump zwave-js-server-python to 0.49.0 * fix tests
This commit is contained in:
parent
4a3f341444
commit
8cd8355ab1
4 changed files with 11 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
"integration_type": "hub",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["zwave_js_server"],
|
||||
"requirements": ["pyserial==3.5", "zwave-js-server-python==0.48.1"],
|
||||
"requirements": ["pyserial==3.5", "zwave-js-server-python==0.49.0"],
|
||||
"usb": [
|
||||
{
|
||||
"vid": "0658",
|
||||
|
|
|
@ -2761,7 +2761,7 @@ zigpy==0.55.0
|
|||
zm-py==0.5.2
|
||||
|
||||
# homeassistant.components.zwave_js
|
||||
zwave-js-server-python==0.48.1
|
||||
zwave-js-server-python==0.49.0
|
||||
|
||||
# homeassistant.components.zwave_me
|
||||
zwave_me_ws==0.4.3
|
||||
|
|
|
@ -2010,7 +2010,7 @@ zigpy-znp==0.11.1
|
|||
zigpy==0.55.0
|
||||
|
||||
# homeassistant.components.zwave_js
|
||||
zwave-js-server-python==0.48.1
|
||||
zwave-js-server-python==0.49.0
|
||||
|
||||
# homeassistant.components.zwave_me
|
||||
zwave_me_ws==0.4.3
|
||||
|
|
|
@ -430,6 +430,7 @@ async def test_bulk_set_config_parameters(
|
|||
assert args["nodeId"] == 52
|
||||
assert args["valueId"] == {
|
||||
"commandClass": 112,
|
||||
"endpoint": 0,
|
||||
"property": 102,
|
||||
}
|
||||
assert args["value"] == 241
|
||||
|
@ -457,6 +458,7 @@ async def test_bulk_set_config_parameters(
|
|||
assert args["nodeId"] == 52
|
||||
assert args["valueId"] == {
|
||||
"commandClass": 112,
|
||||
"endpoint": 0,
|
||||
"property": 102,
|
||||
}
|
||||
assert args["value"] == 241
|
||||
|
@ -486,6 +488,7 @@ async def test_bulk_set_config_parameters(
|
|||
assert args["nodeId"] == 52
|
||||
assert args["valueId"] == {
|
||||
"commandClass": 112,
|
||||
"endpoint": 0,
|
||||
"property": 102,
|
||||
}
|
||||
assert args["value"] == 241
|
||||
|
@ -516,6 +519,7 @@ async def test_bulk_set_config_parameters(
|
|||
assert args["nodeId"] == 52
|
||||
assert args["valueId"] == {
|
||||
"commandClass": 112,
|
||||
"endpoint": 0,
|
||||
"property": 102,
|
||||
}
|
||||
assert args["value"] == 241
|
||||
|
@ -545,6 +549,7 @@ async def test_bulk_set_config_parameters(
|
|||
assert args["nodeId"] == 52
|
||||
assert args["valueId"] == {
|
||||
"commandClass": 112,
|
||||
"endpoint": 0,
|
||||
"property": 102,
|
||||
}
|
||||
assert args["value"] == 241
|
||||
|
@ -577,6 +582,7 @@ async def test_bulk_set_config_parameters(
|
|||
assert args["nodeId"] == 52
|
||||
assert args["valueId"] == {
|
||||
"commandClass": 112,
|
||||
"endpoint": 0,
|
||||
"property": 102,
|
||||
}
|
||||
assert args["value"] == 241
|
||||
|
@ -609,6 +615,7 @@ async def test_bulk_set_config_parameters(
|
|||
assert args["nodeId"] == 52
|
||||
assert args["valueId"] == {
|
||||
"commandClass": 112,
|
||||
"endpoint": 0,
|
||||
"property": 102,
|
||||
}
|
||||
assert args["value"] == 241
|
||||
|
@ -648,6 +655,7 @@ async def test_bulk_set_config_parameters_gather(
|
|||
assert args["nodeId"] == 52
|
||||
assert args["valueId"] == {
|
||||
"commandClass": 112,
|
||||
"endpoint": 0,
|
||||
"property": 102,
|
||||
}
|
||||
assert args["value"] == 241
|
||||
|
|
Loading…
Add table
Reference in a new issue