Better "whoops" message on E's sleep notifications

This commit is contained in:
2023-05-03 00:18:32 -04:00
parent 3bd2ef755f
commit a3c396d43e

View File

@ -44,6 +44,6 @@
{% elif is_state('input_boolean.emma_sleeping','on') %} {% elif is_state('input_boolean.emma_sleeping','on') %}
Emma is asleep for the night at {{ current_time_12hr() }} Emma is asleep for the night at {{ current_time_12hr() }}
{% else %} {% 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 %} {% endif %}
{% endmacro %} {% endmacro %}