Hoomekit help. Why is it pulling in 149 devices


# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

frontend:

homeassistant:
  customize: !include customize.yaml
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml


discovery:
  ignore:
    - apple_tv


homekit:

Homekit.yaml

auto_start: true
filter:
  include_entities:
    - light.ikea_bulb_bedside_light

entity_config:        
  light.ikea_bulb_bedside_light:
    name: Bedside

homekit: !include homekit.yaml

Just noticed this is missing

You don’t need to define homekit: again in your homekit.yaml.

homekit: in the Homekit.yaml was a typo

Still getting 149 items, arrrrrgggghhhhh!!! Why!

  1. Cleared out Bridge from IOS
  2. reboot home assistant
  3. add Homekit code into home on iOS

I get 149 devices!!!

homekit:
- filter:
    include_entities:
      - binary_sensor.door_window_sensor_158d0000f0262f
      - binary_sensor.door_window_sensor_158d000201b5e1
      - binary_sensor.door_window_sensor_158d0001e633e8
      - binary_sensor.door_window_sensor_158d0002027e23
      - binary_sensor.door_window_sensor_158d0001fd6efe
      - binary_sensor.door_window_sensor_158d0001e7c197
      - binary_sensor.door_window_sensor_158d0002027f13

      - switch.bedroom_light
      - switch.hallway_light
      - switch.KitLight
      - switch.utility_light
      - switch.computer_light
      - switch.livingroom_light
      - switch.mirror_light
      - switch.bathroom_light

      - light.ikea_bulb_bedside_light
      - light.tall
      - light.sofa
      - light.desk

      - climate.livingroom

      - switch.vacuum

      - cover.roller
      - cover.curtains

  entity_config:
    binary_sensor.door_window_sensor_158d0000f0262f:
      name: bedroom Door
    binary_sensor.door_window_sensor_158d000201b5e1:
      name: bedroom Window
    binary_sensor.door_window_sensor_158d0001e633e8:
      name: bathroom Door
    binary_sensor.door_window_sensor_158d0002027e23:
      name: living Door
    binary_sensor.door_window_sensor_158d0001fd6efe:
      name: living Window
    binary_sensor.door_window_sensor_158d0001e7c197:
      name: hallway Front Door
    binary_sensor.door_window_sensor_158d0002027f13:
      name: utility Door

    switch.bedroom_light:
      name: bedroom Main
    switch.hallway_light:
      name: hallways Main
    switch.KitLight:
      name: living Worktop
    switch.utility_light:
      name: utility Main
    switch.computer_light:
      name: living Computer
    switch.livingroom_light:
      name: living Main
    switch.mirror_light:
      name: bath Mirror
    switch.bathroom_light:
      name: bath Main

    light.ikea_bulb_bedside_light:
      name: Bedside
    light.desk:
      name: Desk
    light.sofa:
      name: Sofa
    light.tall:
      name: tall

    climate.livingroom:
      name: Tado

    switch.vacuum:
      name: Hoover

    cover.roller:
      name: Rollerblind
    cover.curtains:
      name: Curtains

If I add this code directly to configuration.yaml it works only 22 devices are copied but if added to Homekit.yaml I get 149 devices come across.

homekit: !include homekit.yaml

has been added to the configuration.yaml

tuen out the config.yaml has too look like this

frontend:
homekit:

homeassistant:
  customize: !include customize.yaml
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
homekit: !include homekit.yaml
- filter:
    include_entities:
      - binary_sensor.door_window_sensor_158d0000f0262f
      - binary_sensor.door_window_sensor_158d000201b5e1
      - binary_sensor.door_window_sensor_158d0001e633e8
      - binary_sensor.door_window_sensor_158d0002027e23
  entity_config:        
    binary_sensor.door_window_sensor_158d0000f0262f:
      name: bedroom Door 
    binary_sensor.door_window_sensor_158d000201b5e1:
      name: bedroom Window
    binary_sensor.door_window_sensor_158d0001e633e8:
      name: bathroom Door    
    binary_sensor.door_window_sensor_158d0002027e23:
      name: living Door