From 3c61e1ddcf052411e94eb83c7825420285baa4ab Mon Sep 17 00:00:00 2001 From: scottocs11 Date: Fri, 24 Feb 2017 14:50:26 -0500 Subject: [PATCH] End YAML formatting (#2130) I forgot to end the YAML formatting. Added the last line. --- .../turn_on_light_for_10_minutes_when_motion_detected.markdown | 1 + 1 file changed, 1 insertion(+) 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 62969348b86..4da386bbbc9 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 @@ -35,3 +35,4 @@ automation: action: service: homeassistant.turn_off entity_id: light.kitchen_light +```