Conversion timestamp with template card

Ok I will check again, but for template card I have to do it, correct?

Yes you have to do it for a template. I did write a utility to handle this for people.

which would just be (after you install easy_time)

{% from 'easy_time.jinja' import easy_time %}
{{ easy_time('sensor.waschmaschine_remaining_program_time') }}
1 Like

I will try that, thanks