Bump zwave-js-server-python to 0.47.0 (#90212)
This commit is contained in:
parent
d9471fd01a
commit
c11a3881af
7 changed files with 21 additions and 21 deletions
|
@ -92,16 +92,7 @@ async def test_device_diagnostics(
|
|||
assert len(diagnostics_data["entities"]) == len(
|
||||
list(async_discover_node_values(multisensor_6, device, {device.id: set()}))
|
||||
)
|
||||
assert diagnostics_data["state"] == {
|
||||
**multisensor_6.data,
|
||||
"statistics": {
|
||||
"commandsDroppedRX": 0,
|
||||
"commandsDroppedTX": 0,
|
||||
"commandsRX": 0,
|
||||
"commandsTX": 0,
|
||||
"timeoutResponse": 0,
|
||||
},
|
||||
}
|
||||
assert diagnostics_data["state"] == multisensor_6.data
|
||||
|
||||
|
||||
async def test_device_diagnostics_error(hass: HomeAssistant, integration) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue