Correct off_delay to delay_off (#4117)

This commit is contained in:
Chris R 2017-12-02 05:13:27 -08:00 committed by Fabian Affolter
parent d2ef0bfda0
commit 0fce0197fb

View File

@ -158,7 +158,7 @@ binary_sensor:
This example creates a washing machine "load running" sensor by monitoring an
energy meter connected to the washer. During the washer's operation, the energy
meter will fluctuate wildly, hitting zero frequently even before the load is
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
there has been no washer activity for 5 minutes.
{% raw %}