This commit is contained in:
Otto Winter 2018-12-16 11:08:54 +01:00
parent bbb07952ca
commit 8aa937ba15
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ Sensor Automation
-----------------
You can access the most recent state of the sensor in :ref:`lambdas <config-lambda>` using
``id(sensor_id).state`` and the most recent raw state using ``id(sensor_id).raw_value``.
``id(sensor_id).state`` and the most recent raw state using ``id(sensor_id).raw_state``.
.. _sensor-on_value: