Update lvgl.rst

This commit is contained in:
H. Árkosi Róbert 2024-05-10 14:38:37 +02:00
parent 9431a61480
commit ba89b56ddc
1 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Some widgets integrate also as native ESPHome components:
- :doc:`Switch </components/switch/lvgl>`
* - ``slider``, ``arc``, ``spinbox``
- :doc:`Number </components/number/lvgl>`
- :doc:`Number </components/number/lvgl>`, :doc:`Sensor </components/sensor/lvgl>`
* - ``dropdown``, ``roller``
- :doc:`Select </components/select/lvgl>`
@ -55,6 +55,10 @@ Some widgets integrate also as native ESPHome components:
* - ``led``
- :doc:`Light </components/light/lvgl>`
* - ``textarea``
- :doc:`Text </components/text/lvgl>`, :doc:`Text Sensor </components/text_sensor/lvgl>`
These are useful to make :ref:`automations <automation>` triggered by actions performed at the screen.
Main Configuration