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/inc1.yaml
2025-07-01 14:57:00 +12:00

9 lines
102 B
YAML

defaults:
b: "B-default"
values:
- var1: $var1
- a: $a
- b: ${b}
- c: The value of C is $c