Similar information to what was posted by @indeeed but a little more specific to bluetooth proxies:
The Bluetooth proxy of ESPHome provides Home Assistant with a maximum number of 3 simultaneous active connections. Devices which maintain a continuous active connection will consume one of these constantly, whilst devices which do periodic disconnections and reconnections will permit using more than 3 of them (on a statistical basis). Passively broadcasted sensor data (that is advertised by certain devices without active connections) is received separately from these, and is not limited to a specific number.
I think you’ll be fine. But if you’re really concerned, spend another $7.50 and get a second ATOM Lite.
Thanks for all the help. Turned out to be the cable I was using. didn’t think there was a different between C cables. But I grabbed the one from my Nintendo switch and it loaded right up lol
So one more question, then Ill leave you alone lol
What’s the benefit to having ESPhome running in my docker? I saw o youtube, that techincally i don’t need it for this ESP board to find Bluetooth devices. Is that true?
The ESPHome environment is for programming, the ESPHome integration is to get your devices data.
So yes, you don’t need to keep the ESPHome docker running.
All this is true. But it can also be used to do over the air updates on ESP32 devices. I run HA in a docker container, so I cannot use the ESPHome add-on for updates. So I use the docker container.