Files
ha_xiaomi_home/custom_components/xiaomi_home/manifest.json
Li Shuzhen d659d13e49
Some checks failed
Tests / check-rule-format (push) Failing after 9s
Validate / validate-hassfest (push) Failing after 9s
Validate / validate-hacs (push) Failing after 15s
Validate / validate-lint (push) Failing after 7s
Validate / validate-setup (push) Failing after 10s
docs: update changelog and version to v0.3.3 (#1188)
2025-06-23 16:40:29 +08:00

33 lines
738 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",
"numpy",
"cryptography",
"psutil"
],
"version": "v0.3.3",
"zeroconf": [
"_miot-central._tcp.local."
]
}