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?