HomeKit Cover not working

Dear all.
i tried to remove home bridge and added the native HomeKit support. Unfortunately Covers are not appearing in HomeKit, I don’t know what I am doing wrong.

If add this to my configuration file it is working

homekit:
  filter:
     include_domains: 
     - light
     - switch
     - binary_sensor
     - climate
     exclude_domains: [alarm_control_panel, media_player]

Now if I want to add the cover it is not working anymore:

homekit:
  filter:
     include_domains: 
     - cover
     - light
     - switch
     - binary_sensor
     - climate
     exclude_domains: [alarm_control_panel, media_player]

any ideas?

Hey Toby,

I’m pretty new to home assistant and homekit so I may not be much help. I was able to add cover to homekit, but I only used “include_domains” as opposed to both “include_domains” and “exclude_domains”. Maybe try removing “exclude_domains” from your code and only list what you want exposed to homekit under the “include_domains” section.

Tony

Hey Tony,
thank you, unfortunately it doesn’t work.

homekit:
  filter:
     include_domains: 
     - cover
     - light
     - switch
     - binary_sensor
     - climate