core/homeassistant/components/homekit_controller/manifest.json

20 lines
570 B
JSON

{
"domain": "homekit_controller",
"name": "HomeKit Device",
"after_dependencies": ["thread"],
"bluetooth": [
{
"manufacturer_id": 76,
"manufacturer_data_start": [6]
}
],
"codeowners": ["@Jc2k", "@bdraco"],
"config_flow": true,
"dependencies": ["bluetooth_adapters", "zeroconf"],
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"iot_class": "local_push",
"loggers": ["aiohomekit", "commentjson"],
"requirements": ["aiohomekit==3.2.6"],
"zeroconf": ["_hap._tcp.local.", "_hap._udp.local."]
}