Homebridge default visibility

Ahh… I missed those.

So that supposed to be the host and password from my hassio, right?

** edit **
added my host and password, but still nothing works. Reset the pi, stop / restart homebridge doesn’t do the trick…

On Homebridge side. Stop homebridge. Delete plugin-persist folder, delete files in accessories folder. This will cause you to rearrange all device in homekit again / and if the device is up to limit which I am not sure 100 devices in total. To be certain you have to change the username in config.json which the username will be kept in persist folder for homekit to see it from different user and run homebridge again.

On your phone. when you have change the username in config.json. You can delete the house not just the device but the whole item.

On HA side. you can copy and paste this and put in packages folder, save file homebridge.yaml or whatever name you want. how you want homekit to see or not see by true and false

################################################################
## Package / Homebridge
################################################################

################################################
## Customize
################################################
homeassistant:
  customize_domain:
    alarm_control_panel:
      homebridge_hidden: false

    automation:
      homebridge_hidden: true
      
    binary_sensor:
      homebridge_hidden: true

    climate:
      homebridge_hidden: true

    cover:
      homebridge_hidden: true

    device_tracker:
      homebridge_hidden: true

    fan:
      homebridge_hidden: true

    group:
      homebridge_hidden: true

    input_boolean:
      homebridge_hidden: false

    light:
      homebridge_hidden: false

    lock:
      homebridge_hidden: true

    media_player:
      homebridge_hidden: true

    scene:
      homebridge_hidden: true

    remote:
      homebridge_hidden: true
      
    script:
      homebridge_hidden: true
      
    sensor:
      homebridge_hidden: true

    switch:
      homebridge_hidden: false
      
    vacuum:
      homebridge_hidden: true