MelleD
21
Ok I will check again, but for template card I have to do it, correct?
petro
(Petro)
22
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