Better "whoops" message on E's sleep notifications
This commit is contained in:
@ -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 %}
|
Reference in New Issue
Block a user