Automation result time now

  - service: notify.mobile_app
    metadata: {}
    data:
      message: Badkamer is verlucht
      title: Badkamer

I want to send a message , and within the message I want " badkmer is verlucht om *TIMENOW"

how do I put the time at the moment in the message ?

message: "Badkamer is verlucht: {{ now() }}."

You’ve been around a while and this is pretty basic templating. I’m just a little surprised by the question.

You are right. I am not a fast learner and I was a little lazy to search on the forum. sorry