From 6223584392515fff960174922b72464954e0a31c Mon Sep 17 00:00:00 2001 From: Veeck Date: Sat, 1 Apr 2023 21:40:32 +0200 Subject: [PATCH] Add sendNotifications option to clock module (#3059) Fixes #3056 One question here would be if the default for this new option should be true or false. True: keeps the current behaviour, nobody needs to change his config if they rely on this option False: keeps the clock notifications quiet, doesnt waste time/resources, keeps the noise low Maybe the original author @cybex-dev can weigh in on this, and why he added this notification. --------- Co-authored-by: veeck