esphome/tests/test_build_components/build_components_base.bk72x...

20 lines
422 B
YAML

esphome:
name: componenttestespbk72xx
friendly_name: $component_name
bk72xx:
board: cb3s
logger:
level: VERY_VERBOSE
packages:
component_under_test: !include
file: $component_test_file
vars:
component_name: $component_name
test_name: $test_name
target_platform: $target_platform
component_test_file: $component_test_file
component_dir: "../../components/$component_name"