Figured it out, I was running homeassistant as a docker image, had to add the following to the config yaml file
devices:
- /dev/ttyUSB0:/dev/ttyUSB0
 
Solution source here
Figured it out, I was running homeassistant as a docker image, had to add the following to the config yaml file
devices:
Solution source here