I’m completely new to ESPHome, so it might be a known issue that I simply cannot find on the net because I have too little experience to even ask google the right question.
My Problem: I’m running ghcr.io/esphome/esphome in docker on a windows 11 enterprise machine (intel i9 with 32 GB ram and nvme drive). So, the machine should not be a performance issue. But starting
docker run --rm --privileged -v "C:\test":/config --device=/dev/ttyUSB0 -it ghcr.io/esphome/esphome run livingroom.yaml
starts downloading components and then takes hours to unpack and install them - with about 10% CPU load.
What am I doing wrong?