Microsoft face (#1876)

* Microsoft Face

* Add platform doku
This commit is contained in:
Pascal Vizeli 2017-01-27 11:05:50 +01:00 committed by Fabian Affolter
parent b2bbe1d802
commit 734b08fecc
6 changed files with 142 additions and 1 deletions

View file

@ -34,3 +34,24 @@ automation:
```
The following event attributes will be present: `entity_id`, `plate`, `confidence`
## {% linkable_title Face identify %}
Face entities attribute have a face counter `total_faces` and all validated person as `known_faces`.
This event is trigger after Microsoft Face identify found a known faces.
```yaml
# Example configuration.yaml automation entry
automation:
- alias: Known person in front of my door
trigger:
platform: event
event_type: identify_face
event_data:
entity_id: image_processing.door
name: 'Hans Maier'
...
```
The following event attributes will be present: `entity_id`, `name`, `confidence`