Hi all, I’m wondering whether it’s possible for an automation of mine to trigger only when the lights in question are “white”.
I’ve got a condition set up as follows:
condition:
- condition: template
value_template: "{{ states.light.bedroom.attributes.rgb_color = [255,255,255] }}"
But this doesn’t seem to work. Does anybody have tips on how this should be formulated?
Thanks!!