Currently, it seems that color-change reports for light endpoints aren't properly handled.
I'm trying to let my Zigbee device report its changed color, but (in my case) Home Assistant doesn't update its state.
For the on/off and level clusters, event listeners are properly created.
However, for color clusters they aren't, despite the cluster being created inside the constructor.
I assume this is the root cause of the behavior I'm seeing, but I didn't get to verify it yet.
Is there a reason color clusters don't get event listeners assigned or is that eventually a bug?
Currently, it seems that color-change reports for light endpoints aren't properly handled.
I'm trying to let my Zigbee device report its changed color, but (in my case) Home Assistant doesn't update its state.
For the on/off and level clusters, event listeners are properly created.
However, for color clusters they aren't, despite the cluster being created inside the constructor.
I assume this is the root cause of the behavior I'm seeing, but I didn't get to verify it yet.
Is there a reason color clusters don't get event listeners assigned or is that eventually a bug?