Skip to content

Commit e017988

Browse files
authored
Update device_manager.py to use get_home_data_v3
1 parent cf2bb37 commit e017988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roborock/devices/device_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def create_home_data_api(email: str, user_data: UserData) -> HomeDataApi:
9797
client = RoborockApiClient(email)
9898

9999
async def home_data_api() -> HomeData:
100-
return await client.get_home_data(user_data)
100+
return await client.get_home_data_v3(user_data)
101101

102102
return home_data_api
103103

0 commit comments

Comments
 (0)