Homekit don't show zwave component

i have the latest version of hassio and home assistant and i have a zwave network that works correctly, i wolud like to expose my lights with homekit, and i have this config

homekit:
auto_start: false
filter:
exclude_entities:
- automation.start_homekit
entity_config:
media_player.amplificatore:
feature_list:
- feature: on_off
- feature: toggle_mute
media_player.tv:
feature_list:
- feature: on_off

automation:

  • alias: ‘Start HomeKit’
    trigger:
    • platform: event
      event_type: zwave.network_ready
    • platform: event
      event_type: zwave.network_complete
    • platform: event
      event_type: zwave.network_complete_some_dead
      action:
    • service: homekit.start

homekit show me all my entity except lights present in zwave network

can you help me?

I know very little about this but stumbled on your post because my Zwave devices were not showing up in Homekit. I copied the config and automations from https://www.home-assistant.io/components/homekit/ and got mine working. I noticed that in yours the action is indented incorrectly. It should be aligned with alias and trigger. Not sure if that is the entire issue though.