From ecd806b1c5367cae432f05959a6ac8c5a42eab43 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Sun, 26 Mar 2023 22:26:55 +0200 Subject: [PATCH] Update clock at the beginning of each minute As it is now, using `minutes: "/1"`, the time will update every minute, but that could happen when lots of seconds has passed on that minute, making possible the displayed time to be up to 59s late. By changing that to `seconds: 0` if forces the update in the same rate, but always in the first second of a minute, keeping the displayed time always updated. --- nspanel_blueprint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index a83caae..2471c99 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -3651,7 +3651,7 @@ trigger: ##### Time - Trigger "time_state" ##### - platform: time_pattern - minutes: "/1" + seconds: 0 id: time_state #### Weather state changed #######