Blueprint color selector - syntax issues

Trying to make a color selector in my blueprint:

input:
  lightcolor_entity:
        name: Light color
        selector:
          select:
            options:
              - white
              - darkblue

action:
....

The syntax of the options is faulty and I don’t know how to handle it.

This should be edited to go in #configuration:blueprints.

1 Like

This config actualy works, Visual Studio gives syntax errors but it does work once the automation is created.

What error are you getting?

Knipsel

Sounds like the validator needs to be updated for the new syntax. There aren’t any updates available for it, right?

No, not at the moment.