Blueprint input selector for list of values?

Hi all, is it possible to use a preset list of values as an input selector in blueprints? I’d like a little bit more structure than a free form text field. I’m imagining something like:

input:
  favorite_color:
    name: Favorite Color
    selector:
      select:
        options:
          - red
          - blue
          - green
    default: red

Did I just miss this in the documentation?

5 Likes

Update: Just added to 2021.3 release: https://www.home-assistant.io/docs/blueprint/selectors/#select-selector

Thanks @epmatt!

1 Like

Do you know if it’s possible to pull these values from a helper selector? I have a list of values I want to use in multiple scripts and want them to be “global” so I don’t have to maintain the list in many different locations.

1 Like