From 680e27bd2d73ef6edf04ae416d75ac7e652b4924 Mon Sep 17 00:00:00 2001 From: Shiny Date: Fri, 30 Jun 2017 15:27:45 +1200 Subject: [PATCH 1/3] Grammar fix ups in image processing dlib --- source/_components/image_processing.dlib_face_detect.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/image_processing.dlib_face_detect.markdown b/source/_components/image_processing.dlib_face_detect.markdown index e6a9fc48981b..569a86b78abb 100644 --- a/source/_components/image_processing.dlib_face_detect.markdown +++ b/source/_components/image_processing.dlib_face_detect.markdown @@ -13,7 +13,7 @@ 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 a event with attributes. For using the result inside an automation rule, take a look at the [component](/components/image_processing/) page. From d436c31a1bb113c5daec2b1836cd14a2bad0b667 Mon Sep 17 00:00:00 2001 From: Shiny Date: Fri, 30 Jun 2017 15:29:19 +1200 Subject: [PATCH 2/3] "a event" -> events. Grammar fixup --- source/_components/image_processing.dlib_face_detect.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/image_processing.dlib_face_detect.markdown b/source/_components/image_processing.dlib_face_detect.markdown index 569a86b78abb..774e17da3d68 100644 --- a/source/_components/image_processing.dlib_face_detect.markdown +++ b/source/_components/image_processing.dlib_face_detect.markdown @@ -13,7 +13,7 @@ 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 face detection from cameras, and can 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. From c0e1cdafc4019934e7a46a61957fbda34da3d2b8 Mon Sep 17 00:00:00 2001 From: Shiny Date: Fri, 30 Jun 2017 15:31:11 +1200 Subject: [PATCH 3/3] Fixed up english grammar in link to component. --- source/_components/image_processing.dlib_face_detect.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/image_processing.dlib_face_detect.markdown b/source/_components/image_processing.dlib_face_detect.markdown index 774e17da3d68..6673146847de 100644 --- a/source/_components/image_processing.dlib_face_detect.markdown +++ b/source/_components/image_processing.dlib_face_detect.markdown @@ -15,7 +15,7 @@ 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 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 %}