From e1f5602f1d0f0c87cd1b96b0d55109e12912e7c4 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sat, 3 Jun 2023 13:22:18 -0400 Subject: [PATCH] Add time that E went to bed for the night --- custom_templates/status.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_templates/status.jinja b/custom_templates/status.jinja index 8082886..20d27a1 100644 --- a/custom_templates/status.jinja +++ b/custom_templates/status.jinja @@ -433,7 +433,7 @@ {% if is_state('binary_sensor.early_night_mode','on') %} Emma is asleep for the night. {% else %} - Emma has not yet awoken for the day. + Emma has not yet awoken for the day. She went to bed at {{ input_datetime_read('input_datetime.emma_bedtime') | trim }}. {% endif %} {% else %} Emma is awake, and does not appear to have napped yet. She woke up at {{ input_datetime_read('input_datetime.emma_wakeup') | trim }}.