I would like to keep the data I have for how long my commute is in minutes. And add it to the current time. I have tried several iterations but I can’t do it.
I have also tried “{{ sensor.time) + sensor.commute_time | timestamp_custom(’%H:%M’) }}” and using float and no luck. I want to add the HERE commute time to the current time. What else should I try?