mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 14:34:49 +00:00
Co-authored-by: J. Nick Koston <nick@home-assistant.io> Co-authored-by: J. Nick Koston <nick@koston.org>
16 lines
279 B
YAML
16 lines
279 B
YAML
values:
|
|
- var1: 4
|
|
- a: 5
|
|
- b: 6
|
|
- c: The value of C is 7
|
|
- This value comes from inc2.yaml. x is 3, y is 4
|
|
- From main config, x is 3, y is 2
|
|
- $a $b $c are out of scope here
|
|
- keys_in_inc3:
|
|
x: 3
|
|
y: 2
|
|
substitutions:
|
|
x: 3
|
|
y: 2
|
|
include_file: inc1
|