mirror of
https://github.com/esphome/esphome.git
synced 2026-05-31 16:07:44 +08:00
[lvgl] Fix align_to directives (#15311)
This commit is contained in:
@@ -288,7 +288,9 @@ lvgl:
|
||||
- label:
|
||||
text: "Hello shiny day"
|
||||
text_color: 0xFFFFFF
|
||||
align: bottom_mid
|
||||
align_to:
|
||||
id: hello_label
|
||||
align: OUT_LEFT_TOP
|
||||
- label:
|
||||
id: setup_lambda_label
|
||||
# Test lambda in widget property during setup (LvContext)
|
||||
|
||||
Reference in New Issue
Block a user