Homekit doesn't pair

I’ve tried on IOS 13 and 12.4.1. I can’t get my iPhone or iPad to pair.

I’ve tried removing the homekit.state file and restarting each time. It shows up on my phone, but just says, “Couldn’t add Home Assistant Bridge”

Log:

2019-09-28 13:45:29 DEBUG (Thread-12) [pyhap.hap_server] Pairing [4/5]
2019-09-28 13:45:29 DEBUG (Thread-12) [pyhap.hap_server] Pairing [5/5]
2019-09-28 13:45:29 INFO (Thread-12) [pyhap.accessory_driver] Paired with 2025ff94-03d6-40f6-9215-200ffa62102b.
2019-09-28 13:45:30 DEBUG (MainThread) [homeassistant.components.homekit_controller.config_flow] Discovered device Home Assistant Bridge (Home Assistant Bridge - 39:78:20:02:D7:22)
2019-09-28 13:45:30 DEBUG (MainThread) [homeassistant.components.homekit_controller.config_flow] HomeKit device 39:78:20:02:D7:22 ignored as already paired
2019-09-28 13:45:30 INFO (Thread-12) [pyhap.hap_server] 172.16.0.197 - "POST /pair-setup HTTP/1.1" 200 -
2019-09-28 13:45:30 DEBUG (Thread-12) [pyhap.hap_server] Connection timeout for ('172.16.0.197', 53936) with exception [Errno 32] Broken pipe
2019-09-28 13:45:30 DEBUG (Thread-12) [pyhap.hap_server] Current connections {('172.16.0.197', 53936): <socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('172.16.0.40', 51827)>}
2019-09-28 13:45:30 DEBUG (Thread-12) [pyhap.hap_server] Connection timeout
2019-09-28 13:45:30 DEBUG (Thread-12) [pyhap.hap_server] Cleaning connection to ('172.16.0.197', 53936)

Configuration:

homekit:
  filter:
    include_entities:
      - demo.demo

Old Configuration:

homekit:
  filter:
    include_domains:
      - alarm_control_panel
      - climate
    include_entities:
      - cover.garage_door
      - switch.external_house_lights
      - switch.external_sidedoor_light
  entity_config:
    alarm_control_panel.home_alarm:
      code: 1234

Hi Jack,

Any luck on this? I am having the same issue