Add date and time readout to mobile dashboard header
This commit is contained in:
@ -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') }}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user