Hi I have a python script which drive a MCU with serial communication. in this script I use pySerial.
Serial access need specific rights on linux.
My homeassistant user which runs homeassistant is not a sudoer or any special user.
how do you recommend to handle hardware access with this account?