core/homeassistant/components/homekit_controller/manifest.json

20 lines
570 B
JSON
Raw Normal View History

{
"domain": "homekit_controller",
"name": "HomeKit Device",
"after_dependencies": ["thread"],
2023-02-08 19:27:05 +00:00
"bluetooth": [
{
"manufacturer_id": 76,
"manufacturer_data_start": [6]
}
],
"codeowners": ["@Jc2k", "@bdraco"],
"config_flow": true,
"dependencies": ["bluetooth_adapters", "zeroconf"],
2023-02-08 19:27:05 +00:00
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
"iot_class": "local_push",
2023-02-08 19:27:05 +00:00
"loggers": ["aiohomekit", "commentjson"],
2023-09-10 17:01:12 +00:00
"requirements": ["aiohomekit==3.0.3"],
2023-02-08 19:27:05 +00:00
"zeroconf": ["_hap._tcp.local.", "_hap._udp.local."]
}