ESP32 S3 and Voice Assistant config

the part that i like the most it works with music assistant :slight_smile:

Can you please describe more about these 3 versions, thanks

In case somebody is having trouble with the last update of ESPHome and Home assistant, you need to add

CONFIG_ESPTOOLPY_FLASHMODE_QIO: "y"

to sdk config to make the bin file match your SPI parameters for N16R8 and other octal SPI boards.

what kind of problems?

For me the board was stuck restarting after bootloader finished.
I tried all the combinations in ESPHome and tried to match it with Arduino IDE settings. Only the flash mode was not available in most of the YAML files online.
Checked the documentation, and tried adding this line to sdk config and it worked as expected.