docs: simplify heartbeat active hours example

This commit is contained in:
Peter Steinberger
2026-01-21 20:33:19 +00:00
parent 483a50f107
commit 76600e80ba

View File

@@ -25,7 +25,7 @@ Example config:
heartbeat: {
every: "30m",
target: "last",
// activeHours: { start: "08:00", end: "24:00", timezone: "user" },
// activeHours: { start: "08:00", end: "24:00" },
// includeReasoning: true, // optional: send separate `Reasoning:` message too
}
}