Hi
I am migrating from Hue bridge to HA via Zigbee2mqtt.
Lights are ok in Z2M and HA.
But not the dimmer v1.
It’s ok in Z2M.
For example if I push one of its button
[2026-04-11 11:37:05] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/0x00178801086af465', payload '{"action":"on_press","action_duration":null,"battery":100,"linkquality":255,"update":{"installed_version":1124103169,"latest_release_notes":null,"latest_source":null,"latest_version":1124103169,"state":"idle"}}'
[2026-04-11 11:37:05] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/0x00178801086af465/action', payload 'on_press'
[2026-04-11 11:37:05] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/0x00178801086af465', payload '{"action":"on_press_release","action_duration":null,"battery":100,"linkquality":255,"update":{"installed_version":1124103169,"latest_release_notes":null,"latest_source":null,"latest_version":1124103169,"state":"idle"}}'
[2026-04-11 11:37:05] info: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/0x00178801086af465/action', payload 'on_press_release'
But I cannot see the dimmer in the HA dashboard. If I try to enable a blueprint, the dimmer is not listed.
Is there a way to force the dimmer to be taken into account ?
Thanks