mirror of
https://github.com/esphome/esphome.git
synced 2024-11-05 09:16:46 +01:00
19 lines
429 B
YAML
19 lines
429 B
YAML
esphome:
|
|
name: componenttestrp2040
|
|
friendly_name: $component_name
|
|
|
|
rp2040:
|
|
board: rpipicow
|
|
framework:
|
|
# Waiting for https://github.com/platformio/platform-raspberrypi/pull/36
|
|
platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git
|
|
|
|
logger:
|
|
level: VERY_VERBOSE
|
|
|
|
packages:
|
|
component_under_test: !include
|
|
file: $component_test_file
|
|
vars:
|
|
component_test_file: $component_test_file
|