We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2bb37 commit e017988Copy full SHA for e017988
1 file changed
roborock/devices/device_manager.py
@@ -97,7 +97,7 @@ def create_home_data_api(email: str, user_data: UserData) -> HomeDataApi:
97
client = RoborockApiClient(email)
98
99
async def home_data_api() -> HomeData:
100
- return await client.get_home_data(user_data)
+ return await client.get_home_data_v3(user_data)
101
102
return home_data_api
103
0 commit comments