Climate entity as regulator

Good morning all.
I have a Elko Super TR integrated through Deconz. The device can be used as a thermostat or regulator.
I use the latter function and can select 0-100% effect. However, in home assistatant it always “acts” as a thermostat.

It looks like this:

hvac_modes:
  - heat
  - 'off'
  - auto
min_temp: 7
max_temp: 35
current_temperature: 23.9
temperature: 30
offset: 0
locked: false
icon: mdi:floor-plan
friendly_name: bathrom_regulator
supported_features: 1

I can change “temperature” setting and it acts like changing the percent effect, e.g. temperature = 30 → effect = 30%. Is there any way to change this into a regulator or virtually do so by changing unit to % and max/min values to 100 and 0 respectivly?

Best regards,
CF6

Not sure what you mean by regulator?

Power regulator. I imagine it’s a simple voltage regulator, adjustable in percent.

Ok. It may be a question for the deconz people, I can only point to the z2m docs which suggest it can be set. ELKO 4523430 control via MQTT | Zigbee2MQTT

There is discussion here, but not hopeful I think https://github.com/dresden-elektronik/deconz-rest-plugin/pull/3329