Hello,
I’m struggeling with getting the configuration for my HomeKit integration running the way I want it. It seems that the manual xml configuration is mostly ignored.
I have the following setup in my configuration.yaml:
homekit:
- filter:
include_entities:
- switch.keno_steckdosentower_gosundsp111
entity_config:
switch.keno_steckdosentower_gosundsp111:
type: outlet
name: Steckdosentower
- name: HASSManualBridgeTest
port: 21067
What I want is a very limited integration to start with - only one entity for the bridge with a little entity_config. But when I add the bridge in IOS it shows up with the given name (HASSManualBridgeTest) but includes nearly all devices available in my HomeAssitant. Also the adjustments done in the entity_config are not applied to the device.
Any idea what I’m missing here?