feat: get devices from the third party cloud (#1258)
Some checks failed
Tests / check-rule-format (push) Failing after 5s
Validate / validate-hassfest (push) Failing after 5s
Validate / validate-hacs (push) Failing after 11s
Validate / validate-lint (push) Failing after 4s
Validate / validate-setup (push) Failing after 5s

This commit is contained in:
Li Shuzhen
2025-07-15 16:26:35 +08:00
committed by GitHub
parent 981429670a
commit 4ad040d2ea

View File

@ -543,6 +543,7 @@ class MIoTHttpClient:
req_data: dict = {
'limit': 200,
'get_split_device': True,
'get_third_device': True,
'dids': dids
}
if start_did: