mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[lvgl]: fix missing await keyword in meter tick_style width processing (#9538)
This commit is contained in:
		
				
					committed by
					
						 Jesse Hills
						Jesse Hills
					
				
			
			
				
	
			
			
			
						parent
						
							5707389faa
						
					
				
				
					commit
					cd987feb5b
				
			| @@ -928,6 +928,12 @@ lvgl: | ||||
|                           angle_range: 360 | ||||
|                           rotation: !lambda return 2700; | ||||
|                           indicators: | ||||
|                             - tick_style: | ||||
|                                 start_value: 0 | ||||
|                                 end_value: 60 | ||||
|                                 color_start: 0x0000bd | ||||
|                                 color_end: 0xbd0000 | ||||
|                                 width: !lambda return 1; | ||||
|                             - line: | ||||
|                                 opa: 50% | ||||
|                                 id: minute_hand | ||||
|   | ||||
		Reference in New Issue
	
	Block a user