Can't use conditions on IKEA lightbulb state

I’m trying to use an IKEA button to cycle trough IKEA lightbulb colors.
This condition meant to recognize IKEA Lightbulb RGB doesnt work:

I got the RGB from reading lightbulbs current RGB attribute state entity.

Is this a bug or am I wrong?

Best regards,
Kuba

RGB is a list of three values, in your example [184, 183, 255]
I don’t know if this can be done with the UI editor.

I got the RGB state from lovelace:

How should I do this then?

Go to Developer Tools -> States and lool at the attributes of this light. Does it also show 9 numbers and not a list of 3 numbers? I guess the lovelace card is not able to display the list correctly.


going to try that now
edit:
doesn’t work:

this doesn’t work either:
image

Try [184, 183, 255], but as I said maybe it doesn’t work with the UI editor.