mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Update Dlib_face_detect component configuration variable (#6880)
This commit is contained in:
parent
ef04bf2be8
commit
bab8020c88
@ -27,8 +27,18 @@ image_processing:
|
|||||||
- entity_id: camera.door
|
- entity_id: camera.door
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
source:
|
||||||
- **source** array (*Required*): List of image sources.
|
description: List of image sources.
|
||||||
- **entity_id** (*Required*): A camera entity id to get picture from.
|
required: true
|
||||||
- **name** (*Optional*): This parameter allows you to override the name of your `image_processing` entity.
|
type: list
|
||||||
|
keys:
|
||||||
|
entity_id:
|
||||||
|
description: A camera entity id to get picture from.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: This parameter allows you to override the name of your `image_processing` entity.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user