mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 00:31:58 +00:00
7 lines
173 B
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}
|