1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

[lvgl] Add on_change event (#7939)

This commit is contained in:
Clyde Stubbs
2024-12-10 12:25:29 +11:00
committed by GitHub
parent 517f659da8
commit bb27eaaf1e
2 changed files with 6 additions and 0 deletions

View File

@@ -165,6 +165,11 @@ lvgl:
- Nov
- Dec
selected_index: 1
on_change:
then:
- logger.log:
format: "Roller changed = %d: %s"
args: [x, text.c_str()]
on_value:
then:
- logger.log: