Climate preset temperatures

Hi all,

I am looking for how I can set the temperatures related to a specific preset mode on my thermostat. The thermostat is controlled by Tuya local integration.

I found the Tuya climate config yaml file where i can see the configured preset modes, however i cannot find a temperature linked to the preset.

Changing presets work, but I have no clue how I can set the corresponding temperature.

I hope someone has an answet to this.

See the entries in the yaml file i found:
id: 2
type: string
name: preset_mode
mapping:
- dps_val: AUTO
value: home
- dps_val: MANUAL
value: none
- dps_val: HOLIDAY
value: away
- dps_val: FROST
value: sleep
- dps_val: SLOW
value: Slow start
hidden: true

Thanks!