From a55c5e9d35530d03fa8c52ceef5d2457827f0851 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 27 Jul 2026 10:59:00 -0500 Subject: Add fabricLabel to mattertimesync config Renders the new mattertimesync fabricLabel field (the label other Matter ecosystems display for this controller, e.g. the Apple Home Connected Services subtitle) with the app default. Labels must be unique per device, so instance overrides should not reuse another admin's label. --- mattertimesync/server/templates/config.json.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mattertimesync/server/templates/config.json.j2') diff --git a/mattertimesync/server/templates/config.json.j2 b/mattertimesync/server/templates/config.json.j2 index 0ace585..a9b30c3 100644 --- a/mattertimesync/server/templates/config.json.j2 +++ b/mattertimesync/server/templates/config.json.j2 @@ -1,5 +1,6 @@ { "storagePath": "{{mattertimesync_storage_path}}", "timezone": "{{mattertimesync_timezone}}", - "logLevel": "{{mattertimesync_log_level}}" + "logLevel": "{{mattertimesync_log_level}}", + "fabricLabel": "{{mattertimesync_fabric_label}}" } -- cgit v1.2.3