Homekit Component Not Working

Whenever I try to setup the new homekit component I get stuck at “Adding Home Assistant” on my iPhone I have even tried deleting HomeKit file and delaying start

Update to the latest beta, then please try rebooting your system first.
If it still doesn’t work, try the following homekit config:

homekit:
  filter:
    include_entities:
      - demo.demo

That will exclude all components and you can check if the issue is related to another component or a pairing issue.

Also please enable debug logging:

logger:
  default: warning
  logs:
    homeassistant.components.homekit: debug
    pyhap: debug
2018-05-14 20:07:55 INFO (SyncWorker_15) [homeassistant.components.homekit.util] Pincode: 823-67-314
2018-05-14 20:07:55 DEBUG (SyncWorker_15) [homeassistant.components.homekit] Driver start
2018-05-14 20:07:55 INFO (SyncWorker_15) [pyhap.accessory_driver] Starting accessory 'Home Assistant' on address '192.168.0.19', port '51827'.
2018-05-14 20:08:11 INFO (Thread-9) [pyhap.hap_server] Got connection with ('192.168.0.66', 50947).
2018-05-14 20:08:11 DEBUG (Thread-10) [pyhap.hap_server] Request POST from address '('192.168.0.66', 50947)' for path '/pair-setup'.
2018-05-14 20:08:11 DEBUG (Thread-10) [pyhap.hap_server] Pairing [1/5]
2018-05-14 20:08:12 INFO (Thread-10) [pyhap.hap_server] 192.168.0.66 - "POST /pair-setup HTTP/1.1" 200 -
2018-05-14 20:08:25 DEBUG (Thread-10) [pyhap.hap_server] Request POST from address '('192.168.0.66', 50947)' for path '/pair-setup'.
2018-05-14 20:08:25 DEBUG (Thread-10) [pyhap.hap_server] Pairing [2/5]
2018-05-14 20:08:25 INFO (Thread-10) [pyhap.hap_server] 192.168.0.66 - "POST /pair-setup HTTP/1.1" 200 -
2018-05-14 20:08:25 DEBUG (Thread-10) [pyhap.hap_server] Request POST from address '('192.168.0.66', 50947)' for path '/pair-setup'.
2018-05-14 20:08:25 DEBUG (Thread-10) [pyhap.hap_server] Pairing [3/5]
2018-05-14 20:08:25 DEBUG (Thread-10) [pyhap.hap_server] Pairing [4/5]
2018-05-14 20:08:25 DEBUG (Thread-10) [pyhap.hap_server] Pairing [5/5]
2018-05-14 20:08:25 INFO (Thread-10) [pyhap.accessory_driver] Paired with b1a5cd36-27e4-45b3-88a3-40279c99a650.

everything looks normal

Please try restarting your system first.

If that doesn’t work, you might want to read through:
https://github.com/home-assistant/home-assistant/issues/12868

Still not working