mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 09:56:52 +00:00
update service name and domain for facebox service (#11323)
This commit is contained in:
parent
0133f24bde
commit
0a605840d2
@ -111,9 +111,9 @@ Use the `image_processing.detect_face` events to trigger automations, and breako
|
|||||||
```
|
```
|
||||||
{% endraw %}
|
{% 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 |
|
| Service data attribute | Optional | Description |
|
||||||
| ---------------------- | -------- | ----------- |
|
| ---------------------- | -------- | ----------- |
|
||||||
@ -141,7 +141,7 @@ You can use an automation to receive a notification when you train a face:
|
|||||||
alias: Face taught
|
alias: Face taught
|
||||||
trigger:
|
trigger:
|
||||||
- event_data:
|
- event_data:
|
||||||
service: facebox_teach_face
|
service: facebox.teach_face
|
||||||
event_type: call_service
|
event_type: call_service
|
||||||
platform: event
|
platform: event
|
||||||
condition: []
|
condition: []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user