Remove name parameter (#17202)

the `name` parameter is no longer available in the `image_processing` integration.
This commit is contained in:
Rami Mosleh 2021-03-31 11:47:08 +03:00 committed by GitHub
parent 55f1ce23cb
commit e4d1713a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,14 +20,12 @@ To setup OpenCV with Home Assistant, add the following section to your `configur
# Example configuration.yaml entry
image_processing:
- platform: opencv
name: Front Door Faces
source:
- entity_id: camera.front_door
classifier:
mom: /path/to/classifier.xml
```
- **name** (*Required*): The name of the OpenCV image processor.
- **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.