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.
This commit is contained in:
Shiny 2017-06-30 18:04:26 +12:00 committed by Fabian Affolter
parent 10daaa7692
commit 61e9abbfc3

View File

@ -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 %}