And would like to convert the seconds to something more readable i.e. hh:mm:ss or hh:mm etc.
Is there a nice an easy way to do that (templates?) without creating more entities?
This for example doesn’t work, just gives back total seconds: {{ states('sensor.octoprint_time_remaining') | timestamp_custom("%H:%M:%S", 0) }}