So what helped me was adding dev folder to my docker-compose.yaml of home assitant. Then after restart it was able to detect sonoff USB stick and connect
volumes:
- /dev:/dev
devices:
- "/dev/ttyUSB0:/dev/ttyUSB0"
So what helped me was adding dev folder to my docker-compose.yaml of home assitant. Then after restart it was able to detect sonoff USB stick and connect
volumes:
- /dev:/dev
devices:
- "/dev/ttyUSB0:/dev/ttyUSB0"