From a3c396d43e1bddfb9b4e975043a81ae1d3853324 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Wed, 3 May 2023 00:18:32 -0400 Subject: [PATCH] Better "whoops" message on E's sleep notifications --- 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 5c1ec53..a0a6271 100644 --- a/custom_templates/status.jinja +++ b/custom_templates/status.jinja @@ -44,6 +44,6 @@ {% elif is_state('input_boolean.emma_sleeping','on') %} Emma is asleep for the night at {{ current_time_12hr() }} {% else %} - Emma is awake, and does not appear to have napped yet today, and I am not sure why you are being notified of this. + This notification is confused and should not be here. Blame Tony. {% endif %} {% endmacro %} \ No newline at end of file