mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-03 00:21:56 +00:00 
			
		
		
		
	[substitutions] fix jinja parsing strings that look like sets as sets (#11611)
This commit is contained in:
		@@ -33,3 +33,4 @@ test_list:
 | 
			
		||||
    {{{ "x", "79"}, { "y", "82"}}}
 | 
			
		||||
  - '{{{"AA"}}}'
 | 
			
		||||
  - '"HELLO"'
 | 
			
		||||
  - '{ 79, 82 }'
 | 
			
		||||
 
 | 
			
		||||
@@ -34,3 +34,4 @@ test_list:
 | 
			
		||||
    {{{ "x", "${ position.x }"}, { "y", "${ position.y }"}}}
 | 
			
		||||
  - ${ '{{{"AA"}}}' }
 | 
			
		||||
  - ${ '"HELLO"' }
 | 
			
		||||
  - '{ ${position.x}, ${position.y} }'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user