mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-05 09:20:08 +01:00
88e315e0e4
* Many example yaml tidy-ups * Update components/sensor/hlw8012.rst --------- Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
28 lines
666 B
ReStructuredText
28 lines
666 B
ReStructuredText
WL-134 Pet Tag Sensor
|
|
=====================
|
|
|
|
.. seo::
|
|
:description: Instructions for setting up WL-134 text sensors.
|
|
:image: fingerprint.svg
|
|
|
|
The ``wl_134`` text sensor platform exposes the last read pet tag as text sensor.
|
|
|
|
.. code-block:: yaml
|
|
|
|
# Example configuration entry
|
|
text_sensor:
|
|
- platform: wl_134
|
|
name: Transponder Code
|
|
|
|
Configuration variables:
|
|
------------------------
|
|
|
|
- **reset** (*Optional*, boolean): Reset the text sensor state back to "" 1s after reading a tag. Defaults to ``false``.
|
|
- All other options from :ref:`Text Sensor <config-text_sensor>`.
|
|
|
|
See Also
|
|
--------
|
|
|
|
- :apiref:`wl_134/wl_134.h`
|
|
- :ghedit:`Edit`
|