HomeKit configuration for locks

I recently setup homekit so I could control some HA devices from my Apple Watch. Lights, switches, etc all show up correctly - but it doesn’t show me any lock entities. My filter for homekit is:

  filter:
    include_domains:
      - lock
      - light
      - switch
      - cover
      - climate

I have 3 Schlage Z-wave locks, but none of them show up in homekit. https://www.home-assistant.io/components/homekit/ indicates they should be supported - any idea what to look at? I tried setting an entity config with a PIN, but that didn’t help.

Thanks!

I needed to enable delayed start since the locks are Z-Wave. :man_facepalming:

https://www.home-assistant.io/components/homekit/#disable-auto-start

1 Like