Update components/lvgl.rst

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
H. Árkosi Róbert 2024-05-10 09:10:50 +02:00 committed by GitHub
parent 4a8a3745ed
commit 2846eefe1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ To have a button with a text label on it, add a child :ref:`lvgl-wgt-lbl` widget
format: "Button checked state: %d"
args: [ x ]
The ``btn`` can be also integrated as :doc:`/components/binary_sensor/lvgl` or as a :doc:`/components/switch/lvgl`.
The ``btn`` can be also integrated as a :doc:`/components/binary_sensor/lvgl` or as a :doc:`/components/switch/lvgl`.
See :ref:`lvgl-cook-binent` for an example how to use a checkable button to act on a Home Assistant service.