mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Add tolerance to dlib face identify (#9661)
* Documentation for tolerance parameter
* Change type to float and removing optional parameter from example configuration
* ✏️ Removal of unneeded newline
This commit is contained in:
parent
1b954e9c9a
commit
8924a343a1
@ -50,6 +50,11 @@ faces:
|
||||
description: List of faces sources.
|
||||
required: true
|
||||
type: list
|
||||
confidence:
|
||||
description: How much distance between faces to consider it a match. Using tolerance values lower than 0.6 will make the comparison more strict.
|
||||
required: false
|
||||
type: float
|
||||
default: 0.6
|
||||
{% endconfiguration %}
|
||||
|
||||
<p class='note'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user