mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 21:40:16 +00:00
Change Z-Wave JS discovery logic to adopt changes to DeviceClass (#46983)
Co-authored-by: raman325 <7243222+raman325@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
afae253432
commit
23cbd2dda3
@@ -345,7 +345,6 @@ async def test_update_log_config(hass, client, integration, hass_ws_client):
|
||||
}
|
||||
)
|
||||
msg = await ws_client.receive_json()
|
||||
assert msg["result"]
|
||||
assert msg["success"]
|
||||
|
||||
assert len(client.async_send_command.call_args_list) == 1
|
||||
@@ -366,7 +365,6 @@ async def test_update_log_config(hass, client, integration, hass_ws_client):
|
||||
}
|
||||
)
|
||||
msg = await ws_client.receive_json()
|
||||
assert msg["result"]
|
||||
assert msg["success"]
|
||||
|
||||
assert len(client.async_send_command.call_args_list) == 1
|
||||
@@ -393,7 +391,6 @@ async def test_update_log_config(hass, client, integration, hass_ws_client):
|
||||
}
|
||||
)
|
||||
msg = await ws_client.receive_json()
|
||||
assert msg["result"]
|
||||
assert msg["success"]
|
||||
|
||||
assert len(client.async_send_command.call_args_list) == 1
|
||||
|
||||
Reference in New Issue
Block a user