rodrigofragadf / lovelace-cards

Cards for Lovelace
MIT License
31 stars 12 forks source link

feature request: templatable title #6

Open Mariusthvdb opened 5 years ago

Mariusthvdb commented 5 years ago

please consider adding a templating option for the card_settings, a templatable Title:

type: custom:tiles-card
card_settings:
  templates:
    title: >
       'Mode selection: ' + entities['input_select.mode'].state;

would be very nice indeed to have that, thanks!