We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ef0bf commit 0fce019Copy full SHA for 0fce019
source/_components/binary_sensor.template.markdown
@@ -158,7 +158,7 @@ binary_sensor:
158
This example creates a washing machine "load running" sensor by monitoring an
159
energy meter connected to the washer. During the washer's operation, the energy
160
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
+finished. By utilizing `delay_off`, we can have this sensor only turn off if
162
there has been no washer activity for 5 minutes.
163
164
{% raw %}
0 commit comments