1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00
Files
esphome/tests/unit_tests/fixtures/substitutions/01-include.approved.yaml
2025-07-01 14:57:00 +12:00

16 lines
251 B
YAML

substitutions:
var1: '1'
var2: '2'
a: alpha
test_list:
- values:
- var1: '1'
- a: A
- b: B-default
- c: The value of C is C
- values:
- var1: '1'
- a: alpha
- b: beta
- c: The value of C is $c