Binary upload using ESPHome

Hello,

Does anyone know if it is possible to upload a non-ESPhome generated binary to an ESP32 using the esphome plugin? The board I am programming unfortunately does not have a USB port so I have to program it OTA or via FTDI and I do not have an appropriate adapter. I am able to program the board OTA using ESPhome but only through the ESPhome interface and I can’t find any “upload binary” menu. Any help is appreciated.

Thanks

You certainly can using the web server in esphome.

Thanks Nick! Do you mean use the web server component (here)?

Yes I do mean that.