Fix: Date format not applied when time changes

This commit is contained in:
Edward Firmo
2023-04-06 12:41:19 +02:00
committed by GitHub
parent c931e551c8
commit 03498a2b79

View File

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