How to only allow Z-Wave device discovery?

Environment:
I have installed on a raspberry pi v3 the latest version of hass.io and connected an Aeotec Zwave Gen 5 usb stick.

Question
How do i disable auto discovery of everything else except zwave devices ? I took a look at https://home-assistant.io/components/discovery/ but didn’t see how to disable it. I’ve seen the ignore parameter but I’d rather make that not work at all.

thank you!

remove “discovery:” from your config and the discovery component will no longer load.

1 Like

It’s obvious not that I think about it. Thank you!