mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2026-01-12 20:00:42 +08:00
feat: get devices from the third party cloud (#1258)
Some checks are pending
Some checks are pending
This commit is contained in:
parent
981429670a
commit
4ad040d2ea
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user