mirror of
https://github.com/XiaoMi/ha_xiaomi_home.git
synced 2025-06-21 15:20:00 +08:00
feat: first commit
This commit is contained in:
32
custom_components/xiaomi_home/manifest.json
Normal file
32
custom_components/xiaomi_home/manifest.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"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.0",
|
||||
"zeroconf": [
|
||||
"_miot-central._tcp.local."
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user