Hi there,
I defined a template, where I calculate the days until I have to change the filters of my air ventilation system.
{{ ((float(states('sensor.kwl_zeit_bis_filterwechsel_h')))) /24 }}
When I use the entity on the dashboard, I have the option to control this value.
But I only want to show the calculated value. I Don’t want the option to change it.
What can I do?
Cheers!