mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Bump zwave-js-server-python to 0.34.0 (#64407)
This commit is contained in:
parent
a07c4bc468
commit
fd465df016
@ -3,7 +3,7 @@
|
|||||||
"name": "Z-Wave JS",
|
"name": "Z-Wave JS",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/zwave_js",
|
"documentation": "https://www.home-assistant.io/integrations/zwave_js",
|
||||||
"requirements": ["zwave-js-server-python==0.33.0"],
|
"requirements": ["zwave-js-server-python==0.34.0"],
|
||||||
"codeowners": ["@home-assistant/z-wave"],
|
"codeowners": ["@home-assistant/z-wave"],
|
||||||
"dependencies": ["usb", "http", "websocket_api"],
|
"dependencies": ["usb", "http", "websocket_api"],
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
|
@ -2555,4 +2555,4 @@ zigpy==0.42.0
|
|||||||
zm-py==0.5.2
|
zm-py==0.5.2
|
||||||
|
|
||||||
# homeassistant.components.zwave_js
|
# homeassistant.components.zwave_js
|
||||||
zwave-js-server-python==0.33.0
|
zwave-js-server-python==0.34.0
|
||||||
|
@ -1562,4 +1562,4 @@ zigpy-znp==0.6.4
|
|||||||
zigpy==0.42.0
|
zigpy==0.42.0
|
||||||
|
|
||||||
# homeassistant.components.zwave_js
|
# homeassistant.components.zwave_js
|
||||||
zwave-js-server-python==0.33.0
|
zwave-js-server-python==0.34.0
|
||||||
|
@ -629,19 +629,19 @@ async def test_add_node(
|
|||||||
"options": {
|
"options": {
|
||||||
"strategy": InclusionStrategy.SECURITY_S2,
|
"strategy": InclusionStrategy.SECURITY_S2,
|
||||||
"provisioning": QRProvisioningInformation(
|
"provisioning": QRProvisioningInformation(
|
||||||
QRCodeVersion.S2,
|
version=QRCodeVersion.S2,
|
||||||
[SecurityClass.S2_UNAUTHENTICATED],
|
security_classes=[SecurityClass.S2_UNAUTHENTICATED],
|
||||||
"test",
|
dsk="test",
|
||||||
1,
|
generic_device_class=1,
|
||||||
1,
|
specific_device_class=1,
|
||||||
1,
|
installer_icon_type=1,
|
||||||
1,
|
manufacturer_id=1,
|
||||||
1,
|
product_type=1,
|
||||||
1,
|
product_id=1,
|
||||||
"test",
|
application_version="test",
|
||||||
None,
|
max_inclusion_request_interval=None,
|
||||||
None,
|
uuid=None,
|
||||||
None,
|
supported_protocols=None,
|
||||||
).to_dict(),
|
).to_dict(),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
@ -932,19 +932,19 @@ async def test_provision_smart_start_node(hass, integration, client, hass_ws_cli
|
|||||||
assert client.async_send_command.call_args[0][0] == {
|
assert client.async_send_command.call_args[0][0] == {
|
||||||
"command": "controller.provision_smart_start_node",
|
"command": "controller.provision_smart_start_node",
|
||||||
"entry": QRProvisioningInformation(
|
"entry": QRProvisioningInformation(
|
||||||
QRCodeVersion.SMART_START,
|
version=QRCodeVersion.SMART_START,
|
||||||
[SecurityClass.S2_UNAUTHENTICATED],
|
security_classes=[SecurityClass.S2_UNAUTHENTICATED],
|
||||||
"test",
|
dsk="test",
|
||||||
1,
|
generic_device_class=1,
|
||||||
1,
|
specific_device_class=1,
|
||||||
1,
|
installer_icon_type=1,
|
||||||
1,
|
manufacturer_id=1,
|
||||||
1,
|
product_type=1,
|
||||||
1,
|
product_id=1,
|
||||||
"test",
|
application_version="test",
|
||||||
None,
|
max_inclusion_request_interval=None,
|
||||||
None,
|
uuid=None,
|
||||||
None,
|
supported_protocols=None,
|
||||||
).to_dict(),
|
).to_dict(),
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1263,6 +1263,7 @@ async def test_parse_qr_code_string(hass, integration, client, hass_ws_client):
|
|||||||
"max_inclusion_request_interval": 1,
|
"max_inclusion_request_interval": 1,
|
||||||
"uuid": "test",
|
"uuid": "test",
|
||||||
"supported_protocols": [Protocols.ZWAVE],
|
"supported_protocols": [Protocols.ZWAVE],
|
||||||
|
"additional_properties": {},
|
||||||
}
|
}
|
||||||
|
|
||||||
assert len(client.async_send_command.call_args_list) == 1
|
assert len(client.async_send_command.call_args_list) == 1
|
||||||
@ -1762,19 +1763,19 @@ async def test_replace_failed_node(
|
|||||||
"options": {
|
"options": {
|
||||||
"strategy": InclusionStrategy.SECURITY_S2,
|
"strategy": InclusionStrategy.SECURITY_S2,
|
||||||
"provisioning": QRProvisioningInformation(
|
"provisioning": QRProvisioningInformation(
|
||||||
QRCodeVersion.S2,
|
version=QRCodeVersion.S2,
|
||||||
[SecurityClass.S2_UNAUTHENTICATED],
|
security_classes=[SecurityClass.S2_UNAUTHENTICATED],
|
||||||
"test",
|
dsk="test",
|
||||||
1,
|
generic_device_class=1,
|
||||||
1,
|
specific_device_class=1,
|
||||||
1,
|
installer_icon_type=1,
|
||||||
1,
|
manufacturer_id=1,
|
||||||
1,
|
product_type=1,
|
||||||
1,
|
product_id=1,
|
||||||
"test",
|
application_version="test",
|
||||||
None,
|
max_inclusion_request_interval=None,
|
||||||
None,
|
uuid=None,
|
||||||
None,
|
supported_protocols=None,
|
||||||
).to_dict(),
|
).to_dict(),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user