From 1566172013e69219eca59ffce4c0b8c32f371521 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 6 Mar 2025 15:03:07 -0500 Subject: [PATCH] Add date and time readout to mobile dashboard header --- mobile_dashboard.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mobile_dashboard.yaml b/mobile_dashboard.yaml index 13bf498..cf2774e 100644 --- a/mobile_dashboard.yaml +++ b/mobile_dashboard.yaml @@ -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') }}