this post was submitted on 13 Jun 2023
19 points (100.0% liked)
homeassistant
12072 readers
9 users here now
Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Passing through a USB device might be as easy as adding
--device /dev/your/usb/device
to yourdocker run
command-line, first making sure the permissions on that device are such that they can be read by the container. (Or use thedevices:
equivalent if you're using Compose.)