Skip to content

Commit 4a4eb33

Browse files
balloobclaude
authored andcommitted
Add integration_type to HomeKit Device manifest (home-assistant#157671)
Co-authored-by: Claude <[email protected]>
1 parent 8199c4e commit 4a4eb33

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/homekit_controller/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"config_flow": true,
1313
"dependencies": ["bluetooth_adapters", "zeroconf"],
1414
"documentation": "https://www.home-assistant.io/integrations/homekit_controller",
15+
"integration_type": "device",
1516
"iot_class": "local_push",
1617
"loggers": ["aiohomekit", "commentjson"],
1718
"requirements": ["aiohomekit==3.2.20"],

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
"name": "Apple TV"
407407
},
408408
"homekit_controller": {
409-
"integration_type": "hub",
409+
"integration_type": "device",
410410
"config_flow": true,
411411
"iot_class": "local_push"
412412
},

0 commit comments

Comments
 (0)