Hi all,
i’m just trying out to receive a notification with Time and Text. The code works only with the time after the text.
Works:
service: notify.mobile_app_xxx
data:
message: SomeText. - {{ now().hour }}{{ ":" }}{{ now().minute }} Uhr
title: SomeTitle
data:
tag: rain-detected
Don’t work:
service: notify.mobile_app_xxx
data:
message: {{ now().hour }}{{ ":" }}{{ now().minute }} Uhr - SomeText.
title: SomeTitle
data:
tag: rain-detected
Can someone help me?
best regards
Philipp