mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add docs for template delay in template binary sensor (#15654)
This commit is contained in:
parent
9743d98242
commit
f66da0db86
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user