From e869ce49cdf6a4b8793e20bc65ce4dd65b08d39a Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> Date: Fri, 21 Jan 2022 04:25:29 +0100 Subject: [PATCH] Specified how the sensor values get populated (#1809) * Specified how the sensor values get populated * Update template.rst * Update template.rst Reword things a little Co-authored-by: Flaviu Tamas --- components/binary_sensor/template.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/binary_sensor/template.rst b/components/binary_sensor/template.rst index 55e62fd5f..85b70513d 100644 --- a/components/binary_sensor/template.rst +++ b/components/binary_sensor/template.rst @@ -6,7 +6,8 @@ Template Binary Sensor :image: description.svg The ``template`` binary sensor platform allows you to define any :ref:`lambda template ` -and construct a binary sensor out if it. +and construct a binary sensor out if it. The lambda will run continuously; it isn't possible to specify +an interval at which the lambda runs. For example, below configuration would turn the state of an ultrasonic sensor into a binary sensor.