mirror of
https://github.com/esphome/esphome.git
synced 2025-11-02 16:11:53 +00:00
9 lines
102 B
YAML
9 lines
102 B
YAML
defaults:
|
|
b: "B-default"
|
|
|
|
values:
|
|
- var1: $var1
|
|
- a: $a
|
|
- b: ${b}
|
|
- c: The value of C is $c
|