Update Dlib_face_detect component configuration variable (#6880)

This commit is contained in:
Klaas Schoute 2018-10-17 09:18:05 +02:00 committed by Fabian Affolter
parent ef04bf2be8
commit bab8020c88

View File

@ -27,8 +27,18 @@ image_processing:
- entity_id: camera.door
```
Configuration variables:
- **source** array (*Required*): List of image sources.
- **entity_id** (*Required*): A camera entity id to get picture from.
- **name** (*Optional*): This parameter allows you to override the name of your `image_processing` entity.
{% configuration %}
source:
description: List of image sources.
required: true
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 %}