esphome: name: componenttestesp32idf friendly_name: $component_name esp32: # Use board with 8MB flash for testing large component groups board: esp32-pico-devkitm-2 framework: type: esp-idf # Use custom partition table with larger app partitions (3MB each) # Default IDF partitions only allow 1.75MB which is too small for grouped tests partitions: ../partitions_testing.csv logger: level: VERY_VERBOSE packages: component_under_test: !include file: $component_test_file vars: component_test_file: $component_test_file