HomeKit component number limit?

I’m having issues adding HomeKit to my HA install and it seems down to the number of components in my config.

Currently, I’m using packages to break up my configuration; and I’ve slowly added these one by one to find the root cause. After splitting the packages in half, and trying each separately, both worked; so it looks like the number of exposed components is the issue.

Is there a known number regarding this, for me, it’s looking about 150…

I’m not sure, but i think i’ve read somewhere the limit is 100.

Hmm, definitely over that. HomeKit is logging 148 on the Bridge component.

Struggling to get filters working, just flat out doing nothing in my setup:

homekit:
    filter:
        # include_domains:
        include_entities:
            - light.porch
            - light.garden
        exclude_domains:
            - group
            - automation
            - device_tracker
            - light
            - media_player
        exclude_entities:
            - script.nothing

It should be around 100 (according to the official documentation) although I haven’t tested so many. What’s the issue with the filter?

Is not filtering the components exposed via HomeKit; an effort to reduce the number of components below this limit to see if I can my config working.

Looks like the filtering was the result of bad indentation on my end; should hopefully allow me to get that number down now :+1:t2: