Removed <s> tags

This commit is contained in:
2022-08-31 16:13:36 -04:00
parent e3985ef59b
commit 3f8c4ac38d

View File

@ -87,7 +87,7 @@
<p> <p>
{% if is_state('person.christina_stork','Bob Evans') and is_state('input_boolean.work_today','on') %} {% if is_state('person.christina_stork','Bob Evans') and is_state('input_boolean.work_today','on') %}
<s>Tina is at work right now. She will be done at approximately {{ (state_attr('input_datetime.tina_workday_end','timestamp') | int | timestamp_custom('%I:%M %p', False)) }}</s> Tina is at work right now. She will be done at approximately {{ (state_attr('input_datetime.tina_workday_end','timestamp') | int | timestamp_custom('%I:%M %p', False)) }}
{% elif is_state('input_boolean.work_today','on') %} {% elif is_state('input_boolean.work_today','on') %}
Tina has work today. Tina has work today.
{% endif %} {% endif %}