Homekit fan exposes useless switches

I am aware that each entity points to a single entity on a device. for the fan I have the following entities:

fan.wohnzimmer_ventilator
light.zhimi_za5_b443_indicator_light
switch.zhimi_za5_b443_physical_control_locked

I only include fan.wohnzimmer_ventilator in the homekit-section in my config.yaml. the light and switch are now excluded:

homekit:

  - name: Homekit Bridge
    port: 21070
    filter:
      exclude_entities:
        - light.zhimi_za5_b443_indicator_light
        - switch.zhimi_za5_b443_physical_control_locked
      
      include_entities:
        - fan.wohnzimmer_ventilator

I reloaded the Homekit-integration in HA and read the docs HomeKit - Home Assistant

Homekit shows the fan with three entities

BUT if I click on each entity, they are all called fan.wohnzimmer_ventilator.



maybe it has something to do with the HACS-add on and the way it generates/interprets the fan-entity.