I’m trying to add both Microsoft Face detect and Microsoft Face identity as image_processing integration. However, they show up as two entities with almost the same entity_id.
- image_processing.microsoftface_living_room
- image_processing.microsoftface_living_room_2
And image processing integration doesn’t support manually specifying the entity_id. Is there a workaround, or is this something that can be improved? Thanks.
Here’s the configuration.
image_processing:
- platform: microsoft_face_detect
scan_interval: 86400
source:
- entity_id: camera.living_room
- platform: microsoft_face_identify
scan_interval: 86400
group: family
source:
- entity_id: camera.living_room