Hi,
i am new in at the HomeAssistant. In a Dashboard i show the printing status of my 3d printer. By the remaining time i always see wrong minutes.
in the entity i set the display precision to “0.33”, an it shows all correct.
But in my template i read a state:
{{ states(‘sensor.p1s_01p00c562801699_verbleibende_zeit’) }} minutes
it prints out “1.53” instead of “1.32” or “0,98” insead of “0.50”.
how do i calculate/display the correct time?
Thanks for your help on my first post here.
Axel