I have a climate thermostat and set the presets of Home, Away and Sleep values here in the configuration.yaml file. I would like to be able to change these presets from the dashboard.
The input helper you created will have a name like input_number.bedroom_fan_threshold. The first part depends on the kind of helper you create. If you go to the developer tools and filter on “input_” you’ll get a list back of all your input helpers.
One caveat here. I’ve never used an input helper in configuration.yaml so it’s possible you can’t use them there. I’ve used them in automations a bunch with the naming above though.