I’ve been searching but could not find a very clear answer.
I’ve noticed that my helper entities in Home Assistant do not have long term statistics.
I believe the reason is that for helper entities it is not possible to set the state_class, which is a requirement for enabling such statistics. Sensor entity | Home Assistant Developer Docs
You are half right. Input helpers are not recorded for statistics, because they are intended for manual input and not expected to be used as measurements.
Statistics helpers for example do get the state class measurement, so they are recorded for long term statistics.
You could add a measurement state class to an input helper through customize, that should indeed set them up for LTS, but I too have not tried it.
Thank you for that clarification and context.
I will then try the customisation feature, as I actually would want to have the history of the input I provide in some instances