Dim Hue Bulb via MQTT Dimmer?

I have a dimmer that operates via MQTT that I would like to use to dim Hue bulbs in my system

The MQTT side isn’t an issue but I don’t know how to dim via Home Assistant. Any help would be appreciated.

quick and dirty method,

you need an automation that fires when the input_number is changed and runs the service light.turn_on where brightness is equal to the value of the input_number.

I’m not sure of a 1:1 service that exists. Someone may will come along and correct me.