mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Check all endpoints for zwave_js.climate hvac_action (#49115)
This commit is contained in:
@@ -528,7 +528,7 @@ async def test_poll_value(
|
||||
},
|
||||
blocking=True,
|
||||
)
|
||||
assert len(client.async_send_command.call_args_list) == 7
|
||||
assert len(client.async_send_command.call_args_list) == 8
|
||||
|
||||
# Test polling against an invalid entity raises ValueError
|
||||
with pytest.raises(ValueError):
|
||||
|
||||
Reference in New Issue
Block a user