mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 08:41:59 +00:00
[lvgl] Fix setting empty text (#13494)
This commit is contained in:
@@ -197,6 +197,9 @@ lvgl:
|
||||
- lvgl.label.update:
|
||||
id: msgbox_label
|
||||
text: Unloaded
|
||||
- lvgl.label.update:
|
||||
id: msgbox_label
|
||||
text: "" # Empty text
|
||||
on_all_events:
|
||||
logger.log:
|
||||
format: "Event %s"
|
||||
|
||||
Reference in New Issue
Block a user