mirror of
https://github.com/esphome/esphome.git
synced 2025-10-31 23:21:54 +00:00
17 lines
271 B
YAML
17 lines
271 B
YAML
substitutions:
|
|
B: 5
|
|
var7: 79
|
|
|
|
packages:
|
|
closures_package: !include
|
|
file: closures_package.yaml
|
|
vars:
|
|
A: 7
|
|
|
|
local_results:
|
|
- The value of B is ${B}
|
|
- |
|
|
You will see, however, that
|
|
${A} is not substituted here, since
|
|
it is out of scope.
|