parent
b2bbe1d802
commit
734b08fecc
6 changed files with 142 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue