mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 14:37:04 +00:00
17 lines
200 B
YAML
17 lines
200 B
YAML
substitutions:
|
|
a: 10
|
|
b: 20
|
|
x: 79
|
|
|
|
test_list:
|
|
- !include
|
|
file: level1_package.yaml
|
|
vars:
|
|
x: ${x+1}
|
|
y: ${d*2}
|
|
c: ${a}
|
|
d: ${b}
|
|
- a: ${a}
|
|
b: ${b}
|
|
x: ${x}
|