mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			271 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			271 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
substitutions:
 | 
						|
  B: 5
 | 
						|
  var7: 79
 | 
						|
 | 
						|
packages:
 | 
						|
  closures_package: !include
 | 
						|
    file: closures_package.yaml
 | 
						|
    vars:
 | 
						|
      A: 7
 | 
						|
 | 
						|
local_results:
 | 
						|
  - The value of B is ${B}
 | 
						|
  - |
 | 
						|
    You will see, however, that
 | 
						|
    ${A} is not substituted here, since
 | 
						|
    it is out of scope.
 |