Add USB devices to hass.io docker

I need to add 2 usb devices to hass.io running. I installed hass.io through the install script.
I know docker has the --device flag that I could use. Since the containers were setup by the script how can I setup the --device flag without breaking the supervisor setup?

I’m wondering the same thing.

I have a zwave stick and according to the documentation it seems as it will just work after adding it to the config. See here: https://www.home-assistant.io/hassio/zwave/
It probably needs a full restart of HA incl. supervisor to add the device mapping.

I’m not so sure about other (not well supported) USB devices, though.

However, I’m still playing with the idea of having a dedicated HA instance for z-wave things which reports back to the hassio instance.

I guess that only applies to raspberry. I am on a x86 server so this is not an option for me.

So far the supervisor and hassio have been nothing but trouble to me. I am thinking of getting rid of it and run plain Home Assistant in a docker container.

You will thank yourself later.