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 <chuck@example.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Chuck
2026-01-29 19:58:42 -05:00
committed by GitHub
parent 14c50f316e
commit 7f5c7399fb

View File

@@ -113,9 +113,7 @@
"runtime": { "runtime": {
"gpio_slowdown": 3 "gpio_slowdown": 3
}, },
"display_durations": { "display_durations": {},
"calendar": 30
},
"use_short_date_format": true, "use_short_date_format": true,
"vegas_scroll": { "vegas_scroll": {
"enabled": false, "enabled": false,