Add date and time readout to mobile dashboard header

This commit is contained in:
2025-03-06 15:03:07 -05:00
parent 848042c3d2
commit 1566172013

View File

@ -3953,8 +3953,13 @@ views:
'formatting.jinja' import cleanup %} {% import 'status.jinja' as
status %}
{% from 'time.jinja' import current_date_readout, current_time %}
# Hello {{ user }}
It is currently {{ cleanup(current_time("time",12)) }} on {{
cleanup(current_date_readout()) }}
{{ weatherReport('full','dashboard') }}