14 lines
514 B
JSON
14 lines
514 B
JSON
{
|
|
"domain": "homekit_controller",
|
|
"name": "HomeKit Controller",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
|
|
"requirements": ["aiohomekit==2.4.4"],
|
|
"zeroconf": ["_hap._tcp.local.", "_hap._udp.local."],
|
|
"bluetooth": [{ "manufacturer_id": 76, "manufacturer_data_start": [6] }],
|
|
"dependencies": ["bluetooth_adapters", "zeroconf"],
|
|
"codeowners": ["@Jc2k", "@bdraco"],
|
|
"iot_class": "local_push",
|
|
"loggers": ["aiohomekit", "commentjson"]
|
|
}
|