Skip to content

Commit 4ad040d

Browse files
authored
feat: get devices from the third party cloud (#1258)
1 parent 9814296 commit 4ad040d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

custom_components/xiaomi_home/miot/miot_cloud.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ async def __get_device_list_page_async(
543543
req_data: dict = {
544544
'limit': 200,
545545
'get_split_device': True,
546+
'get_third_device': True,
546547
'dids': dids
547548
}
548549
if start_did:

0 commit comments

Comments
 (0)