Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/_integrations/facebox.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ Use the `image_processing.detect_face` events to trigger automations, and breako
```
{% endraw %}

## Service `facebox_teach_face`
## Service `facebox.teach_face`

The service `facebox_teach_face` can be used to teach Facebox faces.
The service `facebox.teach_face` can be used to teach Facebox faces.

| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
Expand Down Expand Up @@ -141,7 +141,7 @@ You can use an automation to receive a notification when you train a face:
alias: Face taught
trigger:
- event_data:
service: facebox_teach_face
service: facebox.teach_face
event_type: call_service
platform: event
condition: []
Expand Down