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}