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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,12 @@
76
76
{ "title": "Debug — visible only with global debug", "enum": ["debug"] },
77
77
{ "title": "Silent — never logged", "enum": ["silent"] }
78
78
]
79
+
},
80
+
"matterAllowNonCompliantSinglePress": {
81
+
"type": "boolean",
82
+
"title": "Allow non-compliant Matter single-press-only mode (breaks spec, hides double/long press in Home app)",
83
+
"description": "If enabled, and double press is disabled, exposes Pico remotes as single-press only in Matter (multiPressMax: 1). This breaks the Matter spec but improves Home app UI. Requires re-pairing to take effect.",
0 commit comments