Hi,
I have my Microsoft Face identification setup according to the guide.
image_processing:
- platform: microsoft_face_identify
group: family
source:- entity_id: camera.foscam_camera
I can see that state of image_processing.microsoftface_foscam_camera changes when I am in the camera (to “Daniel”.
{
“friendly_name”: “MicrosoftFace foscam_camera”,
“faces”: [
{
“confidence”: 83.65700000000001,
“name”: “Daniel”,
“entity_id”: “image_processing.microsoftface_foscam_camera”
}
],
“total_faces”: 1,
“device_class”: “face”
}
I can’t seem to get automation working on this. Documentation says the following.
automation:
- alias: Known person in front of my door
trigger:
platform: event
event_type: image_processing.detect_face
event_data:
entity_id: image_processing.door
name: ‘Hans Maier’
I’m not sure what the variables are here and what needs to be changed.
Also the state doesn’t seem to change back after I cover up the camera.
Thanks in advance for your help
Dan