mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-05 09:20:08 +01:00
6dacabd9ff
Co-authored-by: H. Árkosi Róbert <robreg@zsurob.hu>
32 lines
705 B
ReStructuredText
32 lines
705 B
ReStructuredText
LibreTiny Text Sensor
|
|
=====================
|
|
|
|
.. seo::
|
|
:description: Instructions for setting up LibreTiny text sensors.
|
|
:image: libretiny.svg
|
|
|
|
The ``libretiny`` text sensor platform exposes various LibreTiny core
|
|
information via text sensors.
|
|
|
|
.. code-block:: yaml
|
|
|
|
# Example configuration entry
|
|
text_sensor:
|
|
- platform: libretiny
|
|
version:
|
|
name: LibreTiny Version
|
|
|
|
Configuration variables:
|
|
------------------------
|
|
|
|
- **version** (*Optional*): Expose the version of LibreTiny core as a text sensor. All options from
|
|
:ref:`Text Sensor <config-text_sensor>`.
|
|
|
|
|
|
See Also
|
|
--------
|
|
|
|
- :doc:`/components/libretiny`
|
|
- :apiref:`libretiny/lt_component.h`
|
|
- :ghedit:`Edit`
|