Latest attempt to fix wife's work scheduling

This commit is contained in:
2022-12-12 20:59:09 -05:00
parent 48033d902d
commit f50c419c1f

View File

@ -18,7 +18,13 @@
{% else %}
"Colin does not have school tomorrow. "
{% endif %}
"I am tired of the stupid fucking calendar for Tina's work schedule breaking, so fuck this. "
{% if is_state('input_boolean.work_today','on') %}
"Tina is still 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('binary_sensor.tina_work_tomorrow','on') %}
"Tina has work tomorrow. Check your calendar for the start time. "
{% else %}
"Tina appears to have tomorrow off. "
{% endif %}
</p>
<p>