royto / logbook-card

Logbook card for Home Assistant UI Lovelace
GNU General Public License v3.0
197 stars 9 forks source link

Add ability to use templates in fields like "hours_to_show" #105

Open andyfrei opened 8 months ago

andyfrei commented 8 months ago

Is your feature request related to a problem? Please describe. It would be great if we could use templating in fields like "hours_to_show", because then you could display only for hours that a person has been away for example > eg a great overview what happened when been away

Describe the solution you'd like Add ability to use jinja2 templating for field input like for "hours_to_show"

Describe alternatives you've considered reading from an input number helper to input into field would also be great

igorski88 commented 8 months ago

Yes!! Please add the ability to use templating. The service call I want should be based off of the state and templating is the only way I think I can achieve this.