Helper options keep disappearing

I have a dropdown helper setup to track different time of day nodes. I have Day, Evening, and Night set up as options. Every few days, it seems as if evening and night are removed, with the only remaining option of day. it allows me to re-add the other two back without issue. how can i figure out why these are getting deleted. This has happened more than once.

How are you adding them back?

In configuration, helpers

So you define the input_select’s 3 options via Configuration > Helpers > Dropdown and then, a few days later, the input_select loses 2 of the 3 options.

Do you have any automations or scripts that redefine the input_select’s options using the input_select.set_options service call?

1 Like

Yep, that was it. I meant to use select option in another automation and accidentally chose set option. Thanks