Skip to content

Commit 0fce019

Browse files
ChrisRompfabaff
authored andcommitted
Correct off_delay to delay_off (home-assistant#4117)
1 parent d2ef0bf commit 0fce019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_components/binary_sensor.template.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ binary_sensor:
158158
This example creates a washing machine "load running" sensor by monitoring an
159159
energy meter connected to the washer. During the washer's operation, the energy
160160
meter will fluctuate wildly, hitting zero frequently even before the load is
161-
finished. By utilizing `off_delay`, we can have this sensor only turn off if
161+
finished. By utilizing `delay_off`, we can have this sensor only turn off if
162162
there has been no washer activity for 5 minutes.
163163

164164
{% raw %}

0 commit comments

Comments
 (0)