mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-07-17 13:09:07 +08:00
feat: get devices from the third party cloud (#1258)
Some checks failed
Some checks failed
This commit is contained in:
@ -543,6 +543,7 @@ class MIoTHttpClient:
|
|||||||
req_data: dict = {
|
req_data: dict = {
|
||||||
'limit': 200,
|
'limit': 200,
|
||||||
'get_split_device': True,
|
'get_split_device': True,
|
||||||
|
'get_third_device': True,
|
||||||
'dids': dids
|
'dids': dids
|
||||||
}
|
}
|
||||||
if start_did:
|
if start_did:
|
||||||
|
Reference in New Issue
Block a user