From c50d02ff233b1db0d35f7a33d55a29f38866675e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 29 Apr 2021 09:25:48 -0700 Subject: [PATCH] Document auto_off (#17573) Co-authored-by: Franck Nijhof --- source/_integrations/template.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/template.markdown b/source/_integrations/template.markdown index 5c3240c1ef2..6e8139255e8 100644 --- a/source/_integrations/template.markdown +++ b/source/_integrations/template.markdown @@ -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. required: false 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]": description: Fields that can be used above for both sensors and binary sensors. required: false