mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-01-25 22:11:29 +01:00
Fixed lint and ref errors (#228)
* Added newline to fix lint error * Fixed lambda calls ref errors
This commit is contained in:
parent
7637e2b552
commit
3f75ea95ed
@ -305,6 +305,8 @@ This :ref:`Condition <config-condition>` checks if the given binary sensor is ON
|
|||||||
id: my_binary_sensor
|
id: my_binary_sensor
|
||||||
for: 5s
|
for: 5s
|
||||||
|
|
||||||
|
.. _binary_sensor-lambda_calls:
|
||||||
|
|
||||||
lambda calls
|
lambda calls
|
||||||
************
|
************
|
||||||
|
|
||||||
|
@ -72,6 +72,7 @@ This action stops the cover with the given ID when executed.
|
|||||||
|
|
||||||
id(cover_1).stop();
|
id(cover_1).stop();
|
||||||
|
|
||||||
|
.. _cover-lambda_calls:
|
||||||
|
|
||||||
lambda calls
|
lambda calls
|
||||||
------------
|
------------
|
||||||
|
@ -399,6 +399,8 @@ Configuration variables:
|
|||||||
- **above** (*Optional*, float): The minimum for the condition.
|
- **above** (*Optional*, float): The minimum for the condition.
|
||||||
- **below** (*Optional*, float): The maximum for the condition.
|
- **below** (*Optional*, float): The maximum for the condition.
|
||||||
|
|
||||||
|
.. _sensor-lambda_calls:
|
||||||
|
|
||||||
lambda calls
|
lambda calls
|
||||||
************
|
************
|
||||||
|
|
||||||
|
@ -93,6 +93,8 @@ This :ref:`Condition <config-condition>` checks if the given switch is ON (or OF
|
|||||||
# Same syntax for is_off
|
# Same syntax for is_off
|
||||||
switch.is_on: my_switch
|
switch.is_on: my_switch
|
||||||
|
|
||||||
|
.. _switch-lambda_calls:
|
||||||
|
|
||||||
lambda calls
|
lambda calls
|
||||||
************
|
************
|
||||||
|
|
||||||
|
@ -62,6 +62,8 @@ In :ref:`Lambdas <config-lambda>` you can get the value from the trigger with ``
|
|||||||
|
|
||||||
Configuration variables: See :ref:`Automation <automation>`.
|
Configuration variables: See :ref:`Automation <automation>`.
|
||||||
|
|
||||||
|
.. _text_sensor-lambda_calls:
|
||||||
|
|
||||||
lambda calls
|
lambda calls
|
||||||
************
|
************
|
||||||
|
|
||||||
|
@ -364,7 +364,7 @@ All Lambda Calls
|
|||||||
- :ref:`Sensor <sensor-lambda_calls>`
|
- :ref:`Sensor <sensor-lambda_calls>`
|
||||||
- :ref:`Binary Sensor <binary_sensor-lambda_calls>`
|
- :ref:`Binary Sensor <binary_sensor-lambda_calls>`
|
||||||
- :ref:`Switch <switch-lambda_calls>`
|
- :ref:`Switch <switch-lambda_calls>`
|
||||||
- :ref:`Display <display-display_rendering_engine>`
|
- :ref:`Display <display-engine>`
|
||||||
- :ref:`Cover <cover-lambda_calls>`
|
- :ref:`Cover <cover-lambda_calls>`
|
||||||
- :ref:`Text Sensor <text_sensor-lambda_calls>`
|
- :ref:`Text Sensor <text_sensor-lambda_calls>`
|
||||||
- :ref:`Stepper <stepper-lambda_calls>`
|
- :ref:`Stepper <stepper-lambda_calls>`
|
||||||
|
Loading…
Reference in New Issue
Block a user