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

34 lines
774 B
JSON

{
"domain": "xiaomi_home",
"name": "Xiaomi Home",
"codeowners": [
"@XiaoMi"
],
"config_flow": true,
"dependencies": [
"http",
"persistent_notification",
"ffmpeg",
"zeroconf"
],
"documentation": "https://github.com/XiaoMi/ha_xiaomi_home/blob/main/README.md",
"integration_type": "hub",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/XiaoMi/ha_xiaomi_home/issues",
"loggers": [
"Xiaomi Home"
],
"requirements": [
"construct>=2.10.56",
"paho-mqtt<=2.0.0",
"numpy",
"cryptography",
"psutil",
"aiohttp[speedups]"
],
"version": "v0.1.2",
"zeroconf": [
"_miot-central._tcp.local."
]
}