From 7f5c7399fb7c294e65077c440f64f8c2ad4b4227 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 29 Jan 2026 19:58:42 -0500 Subject: [PATCH] fix: remove plugin-specific calendar duration from config template (#221) Plugin display durations should be added dynamically when plugins are installed, not hardcoded in the template. Co-authored-by: Chuck Co-authored-by: Claude Opus 4.5 --- config/config.template.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/config.template.json b/config/config.template.json index 412ea933..9dc7f000 100644 --- a/config/config.template.json +++ b/config/config.template.json @@ -113,9 +113,7 @@ "runtime": { "gpio_slowdown": 3 }, - "display_durations": { - "calendar": 30 - }, + "display_durations": {}, "use_short_date_format": true, "vegas_scroll": { "enabled": false,