Why can't I trigger something with a light color change?

From my limited understanding, the short answer is because Homeassistant listens for state changes, which is technically not what a color change would be. However, Homeassistant is what made the bulb change color so it certainly “knows” the color has changed.

Untested, but I’m reasonably sure you can.

trigger:
  platform: state
  entity_id: light.my_light
  attribute: rgb_color

Ugh. Thank you. :man_facepalming:

1 Like