Files
esphome/tests/unit_tests/fixtures/substitutions/remote_package_proxy.yaml

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}