My ESP32 Wroom 32e is listed in HA as esp32 c3

Spent a few days trying to upload code for moisture sensors and final HA detected the boards as a ESP32 C3. Code uploaded but I think the pin out arrangements are not as a Wroom 32e.
Has anybody any insight or advice?

HA screen.
esp32:
variant: esp32c3
framework:
type: esp-idf

esphome:
name: esphome-web-33d3e8
friendly name: Soil Moisture
esp32:
variant: esp32c3
framework:
type: esp-idf

esphome:
name: esphome-web-33d3e8
friendly_name: Soil Moisture
min_version: 2025.5.0
name_add_mac_suffix: false: 2025.5.0
name_add_mac_suffix: false

What do you mean with ‘ha screen’? Does that mean you managed to compile the code and upload it?

Note that HA isn’t what is compiling and configuring the ESP devices. If you are using the ESPHome add-on, it is simply showing that through the Home assistant interface.

If you are using the initial onboarding where it asks you a couple of questions to detect which device you have, know that that won’t be enough.

Can you format your code as well by selecting it and clicking the ‘</>’ icon in the forum post editor?