Cant install zwave.me UZB stick in Home Assistant running in container on UnRAID

I am a total beginner to using Home assistant and is trying to set it up for the first time. I have mostly got it working with integrations to my alarm system and a lot of other stuff but is failing to get my USB Z-wave stick to work.
After reading this post I have performed the following steps:

  1. Added the “extra parameter” --device=/dev/ttyACM0:/dev/ttyACM0 to the container definition
  2. Added the following two lines to a new file zwave.yaml:
usb_path: /dev/ttyACM0
debug: false
  1. Added the following line to configuration.yaml
zwave: !include zwave.yaml

When I start the container I get the following error/warning messages in the log:
2023-04-08 17:57:46.303 ERROR (MainThread) [homeassistant.setup] Setup failed for zwave: Integration not found.
Unable to find configuration. Creating default one in /config

I have verified that the USB device shows up in the container (the USB stick worked when included in this way with an Open HAB container that I first evaluated but not really liked therefore now testing Home Assistance so I am pretty sure it is ok).
I am not sure if zwave support is part of “core” or if I need to add it somehow? Trying to add either z-wave or zwave.me prompted me for parameters that are not valid with a USB stick (IP addresses etc) so not sure how to proceed?

All suggestions are warmly appreciated!

General advice: don’t refer to posts that are nearly 5 years old.

You are trying to install the legacy Z-Wave integration (based on OpenZWave) which no longer exists. Thus what you are trying to do is impossible.

You can use the current Z-Wave integration with Z-Wave JS UI (see advanced configuration section), or with a zwave.me controller you even have the option of use the Z-Wave.Me integration if you can run their software on Unraid.

Thanks for the info - tried installing Home Assistant as a VM in UnRAID instead and managed to get the stick to work.