ESPHome: What board to use when setting up a D1 Mini ESP32?

Hi folks!
Any idea what to choose when setting up a new ESPHome device while using a D1 mini ESP32?

I chose this but it does not seem to work.

esp32:
  board: wemos_d1_mini32
  framework:
    type: arduino

Thank you so much!

I have the same board and selected

esp32:
  board: wemos_d1_mini32

It works well

2 Likes

If you need to check go to the page pointed to in the docs. PlatformIO Registry

Search for your board. Click on your entry for your board, in this case you’ll get here WeMos D1 MINI ESP32 — PlatformIO latest documentation and all is revealed.

2 Likes

Thank you so much!!