Skip to content

Commit

Permalink
🏠 add support third devices ($1799)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Aug 9, 2024
1 parent df6ee54 commit eae059c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/xiaomi_miot/core/xiaomi_cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ async def get_all_devices(self, homes=None):
'get_split_device': False,
'support_smart_home': True,
'get_cariot_device': True,
'get_third_device': True,
}, debug=False, timeout=20) or {}
rdt = rdt.get('result') or {}
dvs.extend(rdt.get('device_info') or {})
Expand Down

1 comment on commit eae059c

@al-one
Copy link
Owner Author

@al-one al-one commented on eae059c Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.