Waze ETA rather than Time to Travel

Hi,

I’d still relatively new to HA and I haven’t learned .yaml yet so the logic is a little difficult for me.

I’d like to create a simple sensor to take Waze time to travel and add it with the current time to give me an ETA. I feel that’s much more useful than the current offering from Waze.

Would someone be able to help me write that please?

Many thanks!

I someone elses solution. I’ll leave it here incase someone finns this thread.

ETA - “{{ ( now() + timedelta( minutes = state_attr(‘sensor.waze’,‘duration’) )).strftime(’%-I:%M’) }}”