1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00
Files
esphome/tests/unit_tests/fixtures/substitutions/remote_package_proxy.yaml
2025-11-28 12:15:55 -06:00

7 lines
173 B
YAML

# acts as a proxy to be able to include a remote package
# in which the url/ref/files come from a substitution
packages:
- url: ${url}
ref: ${ref}
files: ${files}