From 9887aba91f2bb6693027e0f7191849f49b1ef5ab Mon Sep 17 00:00:00 2001 From: zimmra Date: Mon, 29 Nov 2021 04:36:49 -0800 Subject: [PATCH] Add troubleshooting note regarding Bonjour-HAP (#20339) --- source/_integrations/homekit_controller.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/homekit_controller.markdown b/source/_integrations/homekit_controller.markdown index 377079d4080..5cd76352218 100644 --- a/source/_integrations/homekit_controller.markdown +++ b/source/_integrations/homekit_controller.markdown @@ -182,3 +182,7 @@ In these cases, HomeKit Controller will skip polling to avoid a buildup of back ### I can't see any events generated for "stateless" accessories This is expected. The only way to use stateless accessories like some doorbells, buttons or remotes with Home Assistant is through device automations. Home Assistant doesn't create duplicate events for device automation triggers, so for example you won't be able to watch them with the events developer tools. + +### Home Assistant can't see my Homebridge device(s) + +In your Homebridge settings/config, make sure you are using `ciao` and not `Bonjour-HAP`. `Bonjour-HAP` is no longer recommended by `homebridge` and is considered broken/unsupported.