Hi guys! I have been using one automation for years, bud it stopped working few weeks ago when I updated Node-RED. I have been using action node to send notification to my phone, and I need to have currecnt time in the notification, so I used this:
"message": "{{=<% %>=}}Asi spadl jistič {{now().strftime('%d.%m.')}} v {{now().strftime('%H:%M')}}",
I like having the time in almost all notifications, like if there is a blackout or someone is ringing the bell. All of them are now without time and I cant find a way to repair it Does anyone know what changed and how to fix it?