Calculated helper without value-input on the dashboard

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!

Hello Maeckes,

I suggest create a template entity that reflects the value you want to display and in the dashboard show that instead of the real data.

I think you set up a Template number when you should have set up a Template sensor.

That was it! Thank you!