mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-06-21 15:20:00 +08:00
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
This commit is contained in:
@ -23,7 +23,8 @@
|
||||
"paho-mqtt<=2.0.0",
|
||||
"numpy",
|
||||
"cryptography",
|
||||
"psutil"
|
||||
"psutil",
|
||||
"aiohttp[speedups]"
|
||||
],
|
||||
"version": "v0.1.2",
|
||||
"zeroconf": [
|
||||
|
Reference in New Issue
Block a user