Files
ha_xiaomi_home/custom_components/xiaomi_home/manifest.json

33 lines
738 B
JSON
Raw Normal View History

2024-12-10 17:36:32 +08:00
{
"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",
2025-03-07 01:47:52 +01:00
"paho-mqtt",
2024-12-10 17:36:32 +08:00
"numpy",
"cryptography",
"psutil"
2024-12-10 17:36:32 +08:00
],
"version": "v0.3.0",
2024-12-10 17:36:32 +08:00
"zeroconf": [
"_miot-central._tcp.local."
]
2025-03-07 01:47:52 +01:00
}