From 4bd63e06738b0f764f5d898e0126545b571b2817 Mon Sep 17 00:00:00 2001 From: bkbartk Date: Tue, 16 Jan 2024 20:53:55 +0100 Subject: [PATCH] Update nspanel_blueprint.yaml add Dutch/Italian date format, Germany and Poland use a . where the Netherlands and Italian use a - both including leading 0 Maybe making it completely variable would be better, but I'm not sure it's user friently enough. --- nspanel_blueprint.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index b9dc81236..31a01ba9f 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -98,6 +98,8 @@ blueprint: value: '%A %-d-%-m' - label: Weekday M-D (ex. "Friday 3-22") value: '%A %-m-%-d' + - label: Weekday, DD-MM (ex. "Friday, 22-03") + value: "%A, %d-%m" time_format: name: Time Format