Hi,
I deployed homeassistant using docker and the current version is 2021.08.08
But I can’t use homekit. (Accessory not found)
Here are the log and configuration.yaml
2021-08-26 00:31:28 INFO (MainThread) [pyhap.hap_protocol] ('xx.xx.xx.xx', 55491): Connection made to homekit_name
2021-08-26 00:31:31 DEBUG (MainThread) [pyhap.hap_protocol] ('xx.xx.xx.xx', 55491): Connection lost to homekit_name: None
homekit:
name: "homekit_name"
advertise_ip: xx.xx.xx.xx (Docker host ip)
filter:
include_domains:
- cover
logger:
default: warning
logs:
homeassistant.components.homekit: debug
pyhap: debug