ESP32-S3-WROOM-1 board type for ESPHOME

Hi, I found out that for ESP32S3 I can use esp32-s3-devkitc-1 board but I’ve to change framework type from esp-idf to arduino also, there are issues with some devices such as SPI

To be more clear

esp32:
  board: esp32-s3-devkitc-1
  framework:
    type: esp-idf
    platform_version: 4.4.0
  variant: esp32s3

works for me