All knx covers disabled after HA update

Hi,

I updated HA core and OS and now al my covers are disabled in the UI.
Lights are still working and I don’t see any errors in the logs.

I noticed that all covers now have a ‘move_short_address’ which I can’t remember having configured Was this automatically modified during one of the upgrades?
Changing the ‘move_short_address’ to stop_address did not solve the issue.

my cover config:

- name: bedroom
  move_long_address: '1/0/0'
  stop_address: '1/1/0'
  position_address: '1/3/0'
  position_state_address: '1/3/0'
- name: bathroom
  move_long_address: '1/0/1'
  stop_address: '1/1/1'
  travelling_time_up: 20
  travelling_time_down: 20

Any ideas?

I just noticed that in the entities list, duplicates have been created with a ‘_2’ suffix like cover.bedroom_2
I had to manually remove the original entities and rename all others to remove the ‘_2’ suffix.
Weird…

Your configuration.yaml is not changed by an update.
From which version did you update?

Anyway, if you change significant GAs your entities will be duplicated and orphaned left. KNX - Home Assistant