Issue with scenes for Aqara LED Strip T1 via Zigbee2MQTT

I am not certain where to post this, of if it even is a issue for GitHub, so happy to hear your thoughts.

My setup:

  • HAOS on x86 with Z2M (all versions up to date)
  • Aqara LED Strip T1 (recently bought)

I paired the strip with Z2M without any issue, it seems to be perfectly recognized and I have no issues controlling the device manually. But here is the thing: When I add the strip to a scene, I get this in the graphical editor:


For the Effect, the default is rainbow1 and I cannot change it to something like none. I never touched the effect to begin with, but the strip always goes rainbow, when the scene is activated.
It was only when I entered YAML mode, that I found a solution:

  light.led_strip_t1:
    min_color_temp_kelvin: 2702
    max_color_temp_kelvin: 6535
    min_mireds: 153
    max_mireds: 370
    effect_list:
      - breathing
      - rainbow1
      - chasing
      - flash
      - hopping
      - rainbow2
      - flicker
      - dash
    supported_color_modes:
      - color_temp
      - xy
    effect: rainbow1
    color_mode: color_temp
    brightness: 255
    color_temp_kelvin: 5181
    color_temp: 193
    hs_color:
      - 27.232
      - 16.839
    rgb_color:
      - 255
      - 232
      - 212
    xy_color:
      - 0.364
      - 0.348
    friendly_name: LED Strip T1
    supported_features: 44
    state: "on"

Notice the effect: rainbow1. As soon as I changed this to effect: none manually, all worked as expected.

Bottom line: This feels like a bug to me, but I am also missing something obvious.

P.S.: If my ramblings above were not coherent or tangible enough, please do point it out, I am happy to improve my message.