mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[lvgl] Allow strings to be interpreted as integers (Bugfix) (#7652)
This commit is contained in:
		| @@ -422,7 +422,7 @@ lvgl: | ||||
|             id: lv_image | ||||
|             src: cat_image | ||||
|             align: top_left | ||||
|             y: 50 | ||||
|             y: "50" | ||||
|         - tileview: | ||||
|             id: tileview_id | ||||
|             scrollbar_mode: active | ||||
| @@ -461,7 +461,7 @@ lvgl: | ||||
|               bg_opa: transp | ||||
|             knob: | ||||
|               radius: 1 | ||||
|               width: 4 | ||||
|               width: "4" | ||||
|               height: 10% | ||||
|               bg_color: 0x000000 | ||||
|             width: 100% | ||||
|   | ||||
		Reference in New Issue
	
	Block a user