Using passed through USB stick in Home Assistant Docker container?

The Home Assistant docker container allow passing an USB port through - I did, perhaps naively, assume this was intended for Z-wave sticks like the zwave.me UZB but I see no sign that z-wave is set up when I fire upp the container so I suppose this was not the case?!

Is there some way to get this working or is the only way to use Z-wave with this container to set up an external controller with the USB stick on say a Raspberry etc.? I would really like my Home Assistant setup to be as self contained and reliable as possible and therefore avoid dependencies on other pieces of hardware than what is running the container…

You need to make sure the driver is loaded on the host and then you map the device in docker. It does work.