From 03498a2b79128f6f37e98873d05b3ad16029a2c8 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Thu, 6 Apr 2023 12:41:19 +0200 Subject: [PATCH] Fix: Date format not applied when time changes --- nspanel_blueprint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 9710e64..57cb4b2 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -5836,7 +5836,7 @@ action: - service: "{{ nextion.commands.text_printf }}" data: component: home.date - message: "{{ (dict.values(mui[language].weekdays) | list)[now().weekday()] ~ ', ' ~ as_timestamp(now()) | timestamp_custom('%d.%m') }}" + message: "{{ (dict.values(mui[language].weekdays) | list)[now().weekday()] ~ ', ' ~ as_timestamp(now()) | timestamp_custom(date_format) }}" continue_on_error: true ##### OUTDOOR TEMP - entity #####