File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ binary_sensor:
56
56
description: Defines a template to set the state of the sensor.
57
57
required: true
58
58
type: template
59
- on_delay :
59
+ delay_on :
60
60
description: The amount of time the template state must be ***met*** before this sensor will switch to ` on`.
61
61
required : false
62
62
type : time
63
- off_delay :
63
+ delay_off :
64
64
description : The amount of time the template state must be ***not met*** before this sensor will switch to `off`.
65
65
required : false
66
66
type : time
@@ -164,7 +164,7 @@ binary_sensor:
164
164
sensors:
165
165
washing_machine:
166
166
friendly_name: "Washing Machine"
167
- off_delay :
167
+ delay_off :
168
168
minutes: 5
169
169
value_template: >-
170
170
{{ states('sensor.washing_machine_power')|float > 0 }}
You can’t perform that action at this time.
0 commit comments