Hi, I’m not using Homekit yet my home-assistant.log is full with errors stating that only 150 devices can be added. Ideally I’d like to remove the entire Homekit integration but there does not seem to be any option for that. In the configuration.yaml I tried to exclude all domains by adding the lines below (and the list of all domains), but still whenever i reload Homekit I’m getting all the errors.
homekit:
- filter:
exclude_domains:
- automation
- binary_sensor
- ...
I also tried to include only one single entity by adding the following lines
include_entities:
- binary_sensor.berging_deur
But none of this has any effect. How can I either remove the complete Homekit integration, or at least limit the entities that are exposed?
I’ve read through all the forum entries but could not find a real solution.
Contrary to all other integrations Homekit does not have the 3 dots that would allow to remove it completely from the integrations.
Any help would be appreciated.