Cannot set up Roborock integration

Hello all,
couple days my HA lost Roborock device. I relogged app in the phonem no problems. But upon receiving the verification code in the email i’m getting this

First occurred: 20:55:17 (4 occurrences)
Last logged: 21:02:47

Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/roborock/config_flow.py", line 114, in async_step_code
    user_data = await self._client.code_login_v4(code)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/roborock/web_api.py", line 348, in code_login_v4
    raise RoborockException(f"{login_response.get('msg')} - response code: {response_code}")
roborock.exceptions.RoborockException: parameter error - response code: 1002

There was lately problems with roborock integration but it should be solved now. I have two roborock vacuums and they are working fine.
Update your ha installation to the latest version and then check if it is working.

Thanks, that worked.