mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
Document auto_off (#17573)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
ae4a6d8c83
commit
c50d02ff23
@ -129,6 +129,10 @@ binary_sensor:
|
|||||||
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.
|
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
|
||||||
|
auto_off:
|
||||||
|
description: "**Requires a trigger.** After how much time the entity should turn off after it rendered 'on'."
|
||||||
|
required: false
|
||||||
|
type: time
|
||||||
"[both sensor and binary_sensor entities]":
|
"[both sensor and binary_sensor entities]":
|
||||||
description: Fields that can be used above for both sensors and binary sensors.
|
description: Fields that can be used above for both sensors and binary sensors.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user