Add docs for template delay in template binary sensor (#15654)

This commit is contained in:
Maciej Wilczyński 2020-11-17 20:08:47 +01:00 committed by GitHub
parent 9743d98242
commit f66da0db86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,11 +83,11 @@ sensors:
required: true required: true
type: template type: template
delay_on: 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 required: false
type: time type: time
delay_off: 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 required: false
type: time type: time
{% endconfiguration %} {% endconfiguration %}