Trying to disable the onboard power LED on my ESP32
I’ve read a bunch of threads and added
switch:
- platform: gpio
id: onboard_led
pin:
number: GPIO2
mode: OUTPUT
restore_mode: ALWAYS_OFF
The LED on my board is Red, so per the below I assumed it was GPIO2
However, the code above which seems to work for others is not working so can only assume it’s the powerled which I cannot find any details on
ESP32 DevKit ESP32-WROOM GPIO Pinout | Circuits4you.com
Before I whack out the black electrical tape, does anyone know if it’s possible to turn this off?



