Show RGB lamp as just dimable?

I have a white LED strip connected to a zigbee RGBW led controller, so if I select somthing else then just white/DIM it turns if.
Is it somthing I can do in Home-Assistant?


This is what I want:
image

you might be able to change the “supported_features” indicator of capabilities ? Brightness only is “1”, brightness with transition values is “33”

Possibly this might work, added to customize.yaml:

    light.zigbee_3
      supported_features: 33

Of course this means you need to be using that option in configuration.yaml, otherwise in the UI under configuration, at the bottom is customizations, and it can be changed there