mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-12-26 17:27:47 +01:00
Added a section for all lambda calls (#222)
* Added a section for all lambda calls It was really hard for me to find lambda calls so I made a list. I want to add the light, stepper and servo components to this list but they don't have a heading for lambda instead they have [note: this can also be written in lambda], so I will change those to have a lambda calls heading. * Update automations.rst
This commit is contained in:
parent
3bf3f3438d
commit
95f96b2016
@ -358,6 +358,16 @@ All Conditions
|
||||
- :ref:`switch.is_on <switch-is_on_condition>` / :ref:`switch.is_off <switch-is_off_condition>`
|
||||
- :ref:`sensor.in_range <sensor-in_range_condition>`
|
||||
|
||||
All Lambda Calls
|
||||
----------------
|
||||
- :ref:`Sensor <sensor-lambda_calls>`
|
||||
- :ref:`Binary Sensor <binary_sensor-lambda_calls>`
|
||||
- :ref:`Switch <switch-lambda_calls>`
|
||||
- :ref:`Display <display-display_rendering_engine>`
|
||||
- :ref:`Cover <cover-lambda_calls>`
|
||||
- :ref:`Text Sensor <text_sensor-lambda_calls>`
|
||||
- :ref:`Stepper <stepper-lambda_calls>`
|
||||
|
||||
.. _delay_action:
|
||||
|
||||
``delay`` Action
|
||||
|
Loading…
Reference in New Issue
Block a user