mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +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
 |