Adding ESP32 Wrover-E

Hi,
i am trying to add this 8MB flash esp board but cant figure out the correct board to put in esphome.
the chips is: ESP32-D0WD-V3

didn’t find one that matched in the documentation.

picture with the esptool.py:


This is what i could figure out myself and seems to compile and upload just fine, is this correct?

esphome:
  name: thermostat
  platform: ESP32
  board: esp32dev
  platformio_options:
    board_upload.flash_size: 8MB
    board_build.partitions: "default_8MB.csv"

May I ask if you found the answer to your question? I want to start with ESPHome (and Arduino in general) and I want to buy a starter kit, the one I found says that it has an ESP32-wrover-e board and I have no idea if that will work with ESPHome.

Sorry for the late response. If i remember correctly the code i used above is correct and worked. (Works just fine without it i think but doesnt take full advantage of it i think)
Not using this board anymore