Skip to content

Commit 77061fe

Browse files
authored
fix: add session to home_data_v3 (#372)
1 parent 607c33b commit 77061fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roborock/web_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ async def get_home_data_v3(self, user_data: UserData) -> HomeData:
386386
raise RoborockException("Missing field 'a' in rriot reference")
387387
home_request = PreparedRequest(
388388
rriot.r.a,
389+
self.session,
389390
{
390391
"Authorization": self._get_hawk_authentication(rriot, "/v3/user/homes/" + str(home_id)),
391392
},

0 commit comments

Comments
 (0)