Object Climate change temperature on home assistant

Good morning, I have a KNX climate object configured as follows:

knx:
  climate:
    - name: "Clima"
      temperature_address: "2/0/9"
      temperature_step: 0.5
      target_temperature_state_address: "2/0/2"
      target_temperature_address: "2/0/3"
      active_state_address: "2/0/1"
      on_off_address: "2/0/1"
      controller_mode_address: "2/0/7"
      controller_mode_state_address: "2/0/6"
      min_temp: "14"
      max_temp: "30"
      controller_modes:
        - "Heat"
        - "Cool"
        - "Fan only"

In Home Assistant, I can see the temperature information, but I am unable to change the setpoint (only the HVAC mode). After making a temperature change on the KNX thermostat, the slider in Home Assistant becomes active as well. How can I make it always active?