diff --git a/tests/components/zwave_js/test_fan.py b/tests/components/zwave_js/test_fan.py index 4bee2b8fc76..bd2dd0cccd6 100644 --- a/tests/components/zwave_js/test_fan.py +++ b/tests/components/zwave_js/test_fan.py @@ -193,6 +193,7 @@ async def test_hs_fan(hass, client, hs_fc200, integration): client.async_send_command.reset_mock() + await assert_speed_translation(0, 0) await assert_speed_translation(1, 33) await assert_speed_translation(31, 33) await assert_speed_translation(32, 33)