Fixed lint and ref errors (#228)

* Added newline to fix lint error

* Fixed lambda calls ref errors
This commit is contained in:
gitolicious 2019-04-15 22:06:35 +02:00 committed by Otto Winter
parent 7637e2b552
commit 3f75ea95ed
6 changed files with 10 additions and 1 deletions

View File

@ -305,6 +305,8 @@ This :ref:`Condition <config-condition>` checks if the given binary sensor is ON
id: my_binary_sensor
for: 5s
.. _binary_sensor-lambda_calls:
lambda calls
************

View File

@ -72,6 +72,7 @@ This action stops the cover with the given ID when executed.
id(cover_1).stop();
.. _cover-lambda_calls:
lambda calls
------------

View File

@ -399,6 +399,8 @@ Configuration variables:
- **above** (*Optional*, float): The minimum for the condition.
- **below** (*Optional*, float): The maximum for the condition.
.. _sensor-lambda_calls:
lambda calls
************

View File

@ -93,6 +93,8 @@ This :ref:`Condition <config-condition>` checks if the given switch is ON (or OF
# Same syntax for is_off
switch.is_on: my_switch
.. _switch-lambda_calls:
lambda calls
************

View File

@ -62,6 +62,8 @@ In :ref:`Lambdas <config-lambda>` you can get the value from the trigger with ``
Configuration variables: See :ref:`Automation <automation>`.
.. _text_sensor-lambda_calls:
lambda calls
************

View File

@ -364,7 +364,7 @@ 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:`Display <display-engine>`
- :ref:`Cover <cover-lambda_calls>`
- :ref:`Text Sensor <text_sensor-lambda_calls>`
- :ref:`Stepper <stepper-lambda_calls>`