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 #####