mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-27 22:31:37 +01:00
Fix a typo in the text template documentation (#3358)
This commit is contained in:
parent
fe56f9c771
commit
fae904363a
@ -22,7 +22,7 @@ using :ref:`lambdas <config-lambda>`.
|
|||||||
Configuration variables:
|
Configuration variables:
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
- **min_lenngth** (**Required**, float): The minimum length this text can be.
|
- **min_length** (**Required**, float): The minimum length this text can be.
|
||||||
- **max_length** (**Required**, float): The maximum length this text can be.
|
- **max_length** (**Required**, float): The maximum length this text can be.
|
||||||
- **lambda** (*Optional*, :ref:`lambda <config-lambda>`):
|
- **lambda** (*Optional*, :ref:`lambda <config-lambda>`):
|
||||||
Lambda to be evaluated every update interval to get the current value of the text.
|
Lambda to be evaluated every update interval to get the current value of the text.
|
||||||
|
Loading…
Reference in New Issue
Block a user