Add integration_type to HomeKit Device manifest (#157671)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Paulus Schoutsen
2025-12-01 23:02:59 -05:00
committed by GitHub
parent b8fa8efd91
commit a1fe2bf4fa
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
"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"],

View File

@@ -406,7 +406,7 @@
"name": "Apple TV"
},
"homekit_controller": {
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},