Fix: Date format not applied when time changes
This commit is contained in:
@@ -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 #####
|
||||
|
||||
Reference in New Issue
Block a user