Fix wrong time format in wife's work report macro

This commit is contained in:
2023-05-30 13:36:58 -04:00
parent 10ee79fe9d
commit c5900461c6

View File

@ -378,7 +378,7 @@ Tony does not have a stream scheduled today. The next scheduled stream is in {{
{% elif is_state('input_boolean.work_today_extended','on') and is_state('input_boolean.work_today','off') %}
Tina has finished work for the day.
{% if is_state('binary_sensor.tina_work_tomorrow','on') %}
She has work tomorrow at {{ diff | timestamp_custom('%H:%M %p',false) }}.
She has work tomorrow at {{ diff | timestamp_custom('%-I:%M %p',false) }}.
{% endif %}
{% else %}
Tina has today off from work.