mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-25 17:17:54 +01:00
[lvgl] Document update_on_release
for number (#4132)
This commit is contained in:
parent
c8a20d91f3
commit
08aaee13a3
@ -15,6 +15,7 @@ Configuration variables:
|
||||
|
||||
- **widget** (**Required**): The ID of a supported widget configured in LVGL, which will reflect the state of the number.
|
||||
- **animated** (*Optional*, boolean): Whether to set the value of the widget with an animation (if supported by the widget). Defaults to ``true``.
|
||||
- **update_on_release** (*Optional*, boolean): By default the number will publish a new value each time the value of the associated widget changes. If this option is ``true`` then the value will only be published when touch is released.
|
||||
- All other variables from :ref:`Number <config-number>`.
|
||||
|
||||
Example:
|
||||
|
Loading…
Reference in New Issue
Block a user