mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-04-03 08:15:30 +08:00
* fix: fix miot http type error * style: change some miot cloud log level * feat: improve devices filter * feat: update save devices logic * refator: refactor miot network * feat: update miot_client.get_miot_instance_async * feat: option flow support network detect config * doc: update translations * feat: update config flow network detect logic * style: change miot client refresh prop log level * feat: config flow support network check * doc: update translations * refactor: rename func name * fix: ignore invalid type error * feat: option flow add check network deps * --amend * --amend * feat: check mqtt broker * feat: config flow support check network deps * feat: update manifest requirements, paho-mqtt<2.0.0 * fix: fix mqtt broker check logic * style: remove unuse params * feat: show integration instance id * feat: update data_schema from required to optional * fix: translation text error
32 lines
745 B
JSON
32 lines
745 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"
|
|
],
|
|
"version": "v0.1.4b1",
|
|
"zeroconf": [
|
|
"_miot-central._tcp.local."
|
|
]
|
|
} |