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/defaults/main.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'mattertimesync/server/defaults') diff --git a/mattertimesync/server/defaults/main.yaml b/mattertimesync/server/defaults/main.yaml index 4c952b0..e78e700 100644 --- a/mattertimesync/server/defaults/main.yaml +++ b/mattertimesync/server/defaults/main.yaml @@ -14,6 +14,7 @@ mattertimesync_storage_path: "/var/lib/mattertimesync" # IANA time-zone name (never a fixed UTC offset; DST is derived from it). mattertimesync_timezone: "America/Chicago" mattertimesync_log_level: "info" # debug, info, warn, error +mattertimesync_fabric_label: "Matter Time Sync" # --- systemd timer schedule --- mattertimesync_on_boot_sec: "2min" -- cgit v1.2.3