Widget to display time in seconds formatted as hh:mm:ss

I have some sensors that return time values in seconds. Is there a way to define a sensor widget that will format the seconds value to hh:mm:ss, or is there another widget that could be used?

after further research I think I can solve this by defining Template Sensors in HA to reformat the values as new entities

1 Like

The clock widget has arguments to give you seconds

indeed is making a template sensor the easiest way to go.