From f66da0db8619f3d7ac005ce244ca0e9d1d4ec75e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Wilczy=C5=84ski?= Date: Tue, 17 Nov 2020 20:08:47 +0100 Subject: [PATCH] Add docs for template delay in template binary sensor (#15654) --- source/_integrations/binary_sensor.template.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/binary_sensor.template.markdown b/source/_integrations/binary_sensor.template.markdown index 8a9ea63e9bf..6584a1a31ca 100644 --- a/source/_integrations/binary_sensor.template.markdown +++ b/source/_integrations/binary_sensor.template.markdown @@ -83,11 +83,11 @@ sensors: required: true type: template delay_on: - description: The amount of time the template state must be ***met*** before this sensor will switch to `on`. + description: The amount of time the template state must be ***met*** before this sensor will switch to `on`. This can also be a template. required: false type: time delay_off: - description: The amount of time the template state must be ***not met*** before this sensor will switch to `off`. + description: The amount of time the template state must be ***not met*** before this sensor will switch to `off`. This can also be a template. required: false type: time {% endconfiguration %}