I want a Helper that can output state information from scripts / automations. These would function similarly to input helpers, with the caveat of not being editable in the dashboards. They would be used to output information only.
This is similar to how template sensors function, but with less limitations:
Their states can be changed and updated with scripts and automations.
Their state will be preserved (much like input helpers) during reloads (from power outage, etc).
A state change will not happen when a state change is not wanted.
But would also have advantages over using input_sensors in that you can’t modify the data from the dashboard, preventing errors in scripts / automations that depend on specific data from that helper.