Hydras got a new head – how to add a USB device to a docker container (homeassistant) on Linux

Hydras got a new head – how to add a USB device to a docker container (homeassistant) on Linux

Plain and simple (or better in the case I forget it again). You can add the device when pulling and starting the HomeAssistant container. Make sure to adapt config path to yours.Add “–device/dev/NameOfDevice” If you don’t know the path of the USB device you can see a list of them with this command: I a…