Hi,
I am looking for a helper that can store a floating point number. It shall also persist this value.
The only helper which comes close is the input number helper. But this does not support floating point.
As a workaround I have installed the “var” add-on and defined various Vars.
But this keeps this messy. I have to fiddle again in the yaml files, cope with the inconsistent syntax.
I have discovered that input number is supporting float, if you define the step size als a float, e.g. 0.001.
Now I am struggling to display the input number not as input field or slider in the UI but as pure number.
The only workaround I see is to define a second helper that is a template sensor which references the input number.
Is the a better solution?
I would be great if the input_number would support simple type via the GUI when the entity is defined in the helper tab. This would simplify the process and would avoid having to edit the yaml of each card containing the helper.