From 61e9abbfc3f25354474e0ed4482f052a39da46ff Mon Sep 17 00:00:00 2001 From: Shiny Date: Fri, 30 Jun 2017 18:04:26 +1200 Subject: [PATCH] Grammar fix ups in image processing dlib (#2904) * Grammar fix ups in image processing dlib * "a event" -> events. Grammar fixup * Fixed up english grammar in link to component. --- source/_components/image_processing.dlib_face_detect.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/image_processing.dlib_face_detect.markdown b/source/_components/image_processing.dlib_face_detect.markdown index e6a9fc48981..6673146847d 100644 --- a/source/_components/image_processing.dlib_face_detect.markdown +++ b/source/_components/image_processing.dlib_face_detect.markdown @@ -13,9 +13,9 @@ featured: false ha_release: 0.44 --- -The `dlib_face_detect` image processing platform allows you to use the [Dlib](http://www.dlib.net/) through Home Assistant. This platform enables you do detect face on camera and fire a event with attributes. +The `dlib_face_detect` image processing platform allows you to use the [Dlib](http://www.dlib.net/) through Home Assistant. This platform enables face detection from cameras, and can fire events with attributes. -For using the result inside an automation rule, take a look at the [component](/components/image_processing/) page. +This can be used to trigger an automation rule. Further info is on the [component](/components/image_processing/) page. ### {% linkable_title Configuration Home Assistant %}