Hi, trying to pass text + variable from a button to a script - getting no-where. Button example…
service_data:
myvar: The time is {{ now().strftime('%H %M') }}
The script is looking for a variable called myvar. If I just pass text from the button - it all works - if I include a time variable in the button I get “now” out instead of the time… Ideas?