Update components/binary_sensor/lvgl.rst

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
H. Árkosi Róbert 2024-05-09 15:45:29 +02:00 committed by GitHub
parent f7374e5561
commit 46f82090dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@ a single widget, thus you need to choose among which one's state you want to use
Configuration options:
----------------------
- **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation.
- **name** (**Required**, string): The name of the binary sensor.
- **widget** (**Required**): The ID of a supported widget configured in LVGL, which will reflect the state of the binary sensor.
- All other options from :ref:`Binary Sensor <config-binary_sensor>`.