Cannot dim emulated hue light

I’ve created an ESPHome device which controls a dimmable light with temperature. This can be controlled without problems from the UI.

image

I’ve enabled the emulated hue support in HA and everything seems to be working fine, except one small issue. I can switch Tasmota plugs on and off and even my led panel. However, Alexa does the action for the led panel and says “panel 1 isn’t responding. Please check it’s network and power supply”. Dimming or color temperature does not work: “panel 1 doesn’t support that”.

http://[hass]/api/pi/lights

  "14": {
    "manufacturername": "Home Assistant",
    "modelid": "HASS312",
    "name": "Panel 1",
    "state": {
      "colormode": "ct",
      "ct": 333.0,
      "mode": "homeautomation",
      "on": true,
      "reachable": true
    },
    "swversion": "123",
    "type": "Color temperature light",
    "uniqueid": "xxxxxx"
  }

Is there something extra that needs to be configured in ESPHome? I suppose not, since the emulation is done by HA.