ha_xiaomi_home/custom_components/xiaomi_home/miot
Feng Wang aacb794e1f
feat: Use aiohttp instead of waiting for blocking calls (#227)
* Use native async call instead of converting blocking calls

* remove nullable declarations

* fixs

* Fix star expression

* fix gather again

* remove unused private function

* Fix naming conflict

* Add the deleted function back. Disable the warning instead.

* remove trailing space

* handle wrong mime type from cloud

* Fix request header

* fix missing await
2024-12-20 17:34:34 +08:00
..
i18n Merge pull request #168 from wheresrofl/patch-1 2024-12-19 14:07:54 +08:00
specs chore: Improve multi-language translation actions (#256) 2024-12-20 09:15:07 +08:00
common.py feat: first commit 2024-12-10 17:36:32 +08:00
const.py chore: Improve multi-language translation actions (#256) 2024-12-20 09:15:07 +08:00
miot_client.py style: remove invalid space 2024-12-18 10:35:29 +08:00
miot_cloud.py feat: Use aiohttp instead of waiting for blocking calls (#227) 2024-12-20 17:34:34 +08:00
miot_device.py style: fix the trailing space problem reported by pylint 2024-12-18 15:56:45 +08:00
miot_error.py feat: first commit 2024-12-10 17:36:32 +08:00
miot_ev.py test: add test case for miot event 2024-12-16 09:38:04 +08:00
miot_i18n.py style: pylint check add ignore item 2024-12-10 19:11:25 +08:00
miot_lan.py style: remove invalid space 2024-12-18 10:35:29 +08:00
miot_mdns.py style: pylint check add ignore item 2024-12-10 19:11:25 +08:00
miot_mips.py style: ignore pylint wanring ('inconsistent-quotes') 2024-12-16 10:41:30 +08:00
miot_network.py feat: first commit 2024-12-10 17:36:32 +08:00
miot_spec.py style: ignore pylint wanring ('inconsistent-quotes') 2024-12-16 10:41:30 +08:00
miot_storage.py docs: fix README_zh.md about changelog (#270) 2024-12-20 17:34:03 +08:00
web_pages.py style: pylint check add ignore item 2024-12-10 19:11:25 +08:00