I initially set up the homekit integration and added a bridge (named HASS Bridge) via the user interface (Configuration > Add Integration)
I then wanted to exclude a few entities because I already have a Phillips hue bridge.
I modified the configuration.yaml file and added:
homekit:
filter:
exclude_domains:
- light
exclude_entities:
- lock.front_door
- sensor.front_door_battery
- binary_sensor.front_door_open
- sensor.front_door_operator
Restarted home assistant and now I have a duplicate homekit bridge (named Home Assistant Bridge:51827) and in the home assistant notifications, it’s asking me to set up the new (duplicated) bridge.
Do I need to delete the old bridge ( HASS Bridge) or what am I doing wrong?
The entities that I excluded in the configuration.yaml aren’t excluded after reboot.