From a6b0bd1104cb6344a6ff65c33160941e7b85decb Mon Sep 17 00:00:00 2001 From: OzGav Date: Wed, 3 Mar 2021 17:58:23 +1000 Subject: [PATCH] Update turn_on_light_for_10_minutes_when_motion_detected.markdown (#16819) --- .../turn_on_light_for_10_minutes_when_motion_detected.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_cookbook/turn_on_light_for_10_minutes_when_motion_detected.markdown b/source/_cookbook/turn_on_light_for_10_minutes_when_motion_detected.markdown index 07a929ebda9..aeb91e0e89f 100644 --- a/source/_cookbook/turn_on_light_for_10_minutes_when_motion_detected.markdown +++ b/source/_cookbook/turn_on_light_for_10_minutes_when_motion_detected.markdown @@ -4,7 +4,7 @@ description: "Turn on lights for 10 minutes when motion detected." ha_category: Automation Examples --- -#### Turn on lights with a resetable off timer +#### Turn on lights with a resettable off timer This recipe will turn on a light when there is motion and turn off the light when ten minutes has passed without any motion events.