1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 07:03:55 +00:00
Files
esphome/tests/unit_tests/fixtures/substitutions/03-closures.input.yaml
2025-07-01 14:57:00 +12:00

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.