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 %}