You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config.schema.json
+41-13Lines changed: 41 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -27,18 +27,6 @@
27
27
"description": "Optional OpenAPI secret for certain account setups.",
28
28
"format": "password"
29
29
},
30
-
"enableMatter": {
31
-
"type": "boolean",
32
-
"title": "Enable Matter Support",
33
-
"default": true,
34
-
"description": "Allow the plugin to register Matter accessories when Homebridge Matter is available."
35
-
},
36
-
"preferMatter": {
37
-
"type": "boolean",
38
-
"title": "Prefer Matter when available",
39
-
"default": true,
40
-
"description": "If enabled and Matter is available, device will be presented as Matter accessories where supported."
41
-
},
42
30
"devices": {
43
31
"type": "array",
44
32
"title": "Devices",
@@ -100,7 +88,47 @@
100
88
}
101
89
}
102
90
}
91
+
},
92
+
"enableMatter": {
93
+
"type": "boolean",
94
+
"title": "Enable Matter Support (Override)",
95
+
"description": "Manually enable Matter support. By default, Matter is auto-detected from the child bridge configuration. Only change this if you need to override the auto-detection."
96
+
},
97
+
"preferMatter": {
98
+
"type": "boolean",
99
+
"title": "Prefer Matter when available",
100
+
"description": "If enabled and Matter is available, devices will be presented as Matter accessories where supported (instead of HAP)."
0 commit comments