Duplicate HomeKit Bridge keeps reappearing!

I recently upgraded to Home Assistant 2023.8.4 (run in a Docker container). For some reason I keep getting a duplicate HomeKit hub showing up, which is also duplicating all of my devices in Home. I have removed both hubs and re-paired multiple times, but eventually (maybe upon restart?) the phantom hub shows up again. Strangely, it is showing the previous version I was using as the firmware.

I’m configuring via YAML, not the UI; here’s my snippet:

homekit:
  ip_address: 192.168.1.72
  filter:
    include_domains:
      - cover
      - light
      - fan
      - switch
      - alarm_control_panel
    include_entity_globs:
      - binary_sensor.*_moisture
      - binary_sensor.qolsys_*_detector
    exclude_entity_globs:
      - switch.basement_*
      - switch.gym_*
    include_entities:
      - climate.basement
      - climate.gym

Screenshots

Please help! This is causing lots of devices to show as “no response” and also causing Siri commands to hang (e.g. “turn the basement lights off”).

I think this might have worked. Going to give it another day and see if the hub returns!