Aqara switches not responsive after device change type (ZHA)

Hi,

i am using aqara switches 1,2 and 3 gang, the 1 and 2 gang usually appears as switches, but the 3 gang appears as light (which is my case is wrong, as i connect fans and other).

i am using conbee 2 and ZHA, i correct the device type in the configuration.yaml as below:

zha:
  device_config:
    54:ef:44:10:00:0c:0d:bc-1:
      type: "switch"
    54:ef:44:10:00:0c:0d:bc-2:
      type: "switch"
    54:ef:44:10:00:0c:0d:bc-3:
      type: "switch" 

anyhow, prior to 2.5.1, this switch would work just fine, now, only endpoint 1 is working the other two are not responsive.

btw… if i keep them as light, they work normally

what would have gone wrong?