bernikr / lovelace-notify-card

Send notifications directly from the dashboard
MIT License
45 stars 16 forks source link

[Feature Request] Allow usage of templates #11

Open ASNNetworks opened 2 years ago

ASNNetworks commented 2 years ago

Hi, I love this card. But one thing I really miss is the option to use templates. For instance, I want the notification_title to include a template, where it automatically enters the username of the person logged in.

Like so (which does works with service-calls): [[[ return 'Message from ${user.name}!' ]]]

This then automatically sends the username of the user logged in that sends the message.