Overriding Zigbee device type of entity - was working and it's not

Hi!

I have nn configuration.yaml section for zha (Zigbee for Home Assistant):

device_config:
  # Bathroom Ambient Fan
  dc:8e:95:ff:fe:08:f0:3a-1:
    type: "switch"
  # Kitchen Hood Lamp
  38:5b:44:ff:fe:e7:a6:6f-1:
    type: "light"

Until the last update, the type override worked correctly. After the last update, the override to the light type no longer works. Override to switch type still works correctly.

Is this an intended change or a bug?

+1
2026.02 broke it for me, too

1 Like

Thanks for feedback!