mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +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
 |