From e03ab2eab5054664d62893c957f06b685a32952d Mon Sep 17 00:00:00 2001 From: Jorim Tielemans Date: Fri, 20 Jul 2018 18:05:41 +0200 Subject: [PATCH] Fix indentation (#5834) Fixes indentation of the example configuration.yaml entry --- .../image_processing.microsoft_face_identify.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_components/image_processing.microsoft_face_identify.markdown b/source/_components/image_processing.microsoft_face_identify.markdown index eb6d0a110fd..7f0de67938f 100644 --- a/source/_components/image_processing.microsoft_face_identify.markdown +++ b/source/_components/image_processing.microsoft_face_identify.markdown @@ -24,10 +24,10 @@ For using the result inside an automation rule, take a look at the [component](/ ```yaml # Example configuration.yaml entry image_processing: - - platform: microsoft_face_identify - group: family - source: - - entity_id: camera.door + - platform: microsoft_face_identify + group: family + source: + - entity_id: camera.door ``` Configuration variables: