mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Fix typo lambada -> lambda in multiple display compoments (#1071)
Co-authored-by: rheinz <romanheinz@web.de>
This commit is contained in:
parent
7eeb5116ba
commit
dc4f985548
@ -65,7 +65,7 @@ Configuration examples
|
||||
To utilize the color capabilities of this display module, you'll likely want to add a ``color:`` section to your
|
||||
YAML configuration; please see :ref:`color <config-color>` for more detail on this configuration section.
|
||||
|
||||
To use colors in your lambada:
|
||||
To use colors in your lambda:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
@ -71,7 +71,7 @@ To utilize the grayscale capabilities of this display module, add a ``color:`` s
|
||||
please see :ref:`color <config-color>` for more details. As this is a grayscale display, it only uses the white color
|
||||
element as shown below.
|
||||
|
||||
To use grayscale in your lambada:
|
||||
To use grayscale in your lambda:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
@ -129,7 +129,7 @@ To utilize the grayscale capabilities of this display module, add a ``color:`` s
|
||||
please see :ref:`color <config-color>` for more details. As this is a grayscale display, it only uses the white color
|
||||
element as shown below.
|
||||
|
||||
To use grayscale in your lambada:
|
||||
To use grayscale in your lambda:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
@ -70,7 +70,7 @@ As of version 1.15, ESPHome supports color displays. To utilize the color capabi
|
||||
module, you'll likely want to add a ``color:`` section to your YAML configuration; please see
|
||||
:ref:`color <config-color>` for more detail on this configuration section.
|
||||
|
||||
To use colors in your lambada:
|
||||
To use colors in your lambda:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user