Send "text" from node red to home assistant

Hello,

I have a msg.payload with the following content as a string:
"13h 58min"

I want to display this value in my home assistant. Somehow I am not able to figure out how to do this.

I thought I can to this with a Helper "Input_Text". But I do not get it working:

Any ideas?

Best Regards,
Johannes

You may be missing one of the quotes around "14h 20min"

:face_with_peeking_eye:

damn... many thanks!