From a1fe2bf4fa2759dcdf362e97a340d2f45171ee92 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 1 Dec 2025 23:02:59 -0500 Subject: [PATCH] Add integration_type to HomeKit Device manifest (#157671) Co-authored-by: Claude --- homeassistant/components/homekit_controller/manifest.json | 1 + homeassistant/generated/integrations.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/homekit_controller/manifest.json b/homeassistant/components/homekit_controller/manifest.json index 3cb2203cc56..09aa6944646 100644 --- a/homeassistant/components/homekit_controller/manifest.json +++ b/homeassistant/components/homekit_controller/manifest.json @@ -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"], diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 03733b6d768..7b0865e0a4a 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -406,7 +406,7 @@ "name": "Apple TV" }, "homekit_controller": { - "integration_type": "hub", + "integration_type": "device", "config_flow": true, "iot_class": "local_push" },