Hi,
Please help, i’m going mad Hoping for someone who has a working setup of this scenario.
I have surpassed the 150 device limit i need into my HomeKit integration.
I am trying to make 3 HomeKit bridges i can add into HomeKit with different domains on each one so that i keep the device count below 150.
Can someone please let me know what i am doing wrong?
Here is my Config.yaml part for HomeKit:
#Homekit
homekit:
- name: HomekitBridge1
filter:
include_domains:
- light
- switch
- media_player
- name: HomekitBridge2
filter:
include_domains:
- binary_sensor
- cover
- automation
- name: HomekitBridge3
filter:
include_domains:
- sensor
- scene
- device
Here is the error message i get.
ERROR (MainThread) [homeassistant.components.hassio] Invalid config for [homekit]: contains duplicate items: [51827] for dictionary value @ data['homekit']. Got [OrderedDict([('name', 'HomekitBridge1'), ('filter', OrderedDict([('include_domains', ['light', 'switch', 'media_player'])]))]), OrderedDict([('name', 'HomekitBridge2'), ('filter', OrderedDict([('include_domains', ['binary_sensor', 'cover', 'automation'])]))]), OrderedDict([('name', 'HomekitBridge3'), ('filter', OrderedDict([('include_domains', ['sensor', 'scene', 'device'])]))])]. (See /config/configuration.yaml, line 27).