mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Remove name parameter (#17202)
the `name` parameter is no longer available in the `image_processing` integration.
This commit is contained in:
parent
55f1ce23cb
commit
e4d1713a85
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user