1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

Create `component_dir` substitution for local files to be included in… (#6575)

This commit is contained in:
Jesse Hills
2024-04-22 10:29:56 +12:00
committed by GitHub
parent 655dbc48b5
commit 45ae78de03
21 changed files with 87 additions and 128 deletions

View File

@@ -18,3 +18,4 @@ packages:
test_name: $test_name
target_platform: $target_platform
component_test_file: $component_test_file
component_dir: "../../components/$component_name"