Can I create an input select integration that creates the input options from the hvac_mode: attribute of a climate device, which is off, on, or ,auto such that if the climate device were to change somehow, the associated input_select would still contain the correct information as options?
-or- do I need to manually add the options to the input_select as suggested in the config details?
When I think of “setting options” I think of “selecting the option” and making it happen. So, what you’re suggesting is that the service: input_select.set_options actually creates the options that can then be used for selection…