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/02-expressions.approved.yaml
2025-09-22 16:29:15 +12:00

28 lines
396 B
YAML

substitutions:
width: 7
height: 8
enabled: true
pin: &id001
number: 18
inverted: true
area: 25
numberOne: 1
var1: 79
test_list:
- The area is 56
- 56
- 56 + 1
- ENABLED
- list:
- 7
- 8
- width: 7
height: 8
- *id001
- The pin number is 18
- The square root is: 5.0
- The number is 80
- ord("a") = 97
- chr(97) = a
- len([1,2,3]) = 3