From 76600e80baba2c5d13fad602ae88f5d7b190a2ae Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 21 Jan 2026 20:33:19 +0000 Subject: [PATCH] docs: simplify heartbeat active hours example --- docs/gateway/heartbeat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gateway/heartbeat.md b/docs/gateway/heartbeat.md index d1099dcf5..3c5740da3 100644 --- a/docs/gateway/heartbeat.md +++ b/docs/gateway/heartbeat.md @@ -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 } }