Files
NSPanel_HA_Blueprint/nspanel_blueprint.yaml
Edward Firmo 76abf9611d Update clock at the beginning of each minute
This was already implemented on #543 but it was lost later:

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.
2023-04-12 19:25:18 +02:00

289 KiB