esphome:
  name: componenttestesp32s3ard
  friendly_name: $component_name

esp32:
  board: esp32s3box
  variant: ESP32S3
  framework:
    type: arduino

logger:
  level: VERY_VERBOSE

packages:
  component_under_test: !include
    file: $component_test_file
    vars:
      component_test_file: $component_test_file