1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-26 21:05:18 +00:00
Files
core/homeassistant/components/homekit_controller/manifest.json
2025-12-02 05:02:59 +01:00

21 lines
603 B
JSON

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