Add troubleshooting note regarding Bonjour-HAP (#20339)

This commit is contained in:
zimmra 2021-11-29 04:36:49 -08:00 committed by GitHub
parent 748e4bcbaa
commit 9887aba91f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ### 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. 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.