Hopefully simple qurstion about "cover"

Hello everyone,

im wondering a bit about the value of position_state_adress on my HA. My KNX Actuator reports a fully open shutter as 0% and a fully closed shutter as 100% and that’s how i like it. Somehow HA inverts this values. In HA a fully opened shutter is 100%. Why doesnt it display the value from the Group Adress? If i use the invert_position command, the switches also get inverted, so that arrow up will make the shutter move down and so on. Is there a possibility to just invert the Value?

Thanks in advance!

- name: "Büro"
  move_long_address: "3/1/3"
  stop_address: "3/2/3"
  position_address: "3/4/3"
  position_state_address: "3/3/3"
  travelling_time_down: 22
  travelling_time_up: 22
  device_class: "shutter"

Sorry to inform you that this is not possible.

See Note in the docs:

Unlike most KNX devices, Home Assistant defines 0% as closed and 100% as fully open in regards to covers. The corresponding value inversion is done internally by the KNX integration.

and WHY THE HECK can't we freely configure a Cover to interpret its percentage value as "percentage open" or "percentage closed"?