mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +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
|
# Example configuration.yaml entry
|
||||||
image_processing:
|
image_processing:
|
||||||
- platform: opencv
|
- platform: opencv
|
||||||
name: Front Door Faces
|
|
||||||
source:
|
source:
|
||||||
- entity_id: camera.front_door
|
- entity_id: camera.front_door
|
||||||
classifier:
|
classifier:
|
||||||
mom: /path/to/classifier.xml
|
mom: /path/to/classifier.xml
|
||||||
```
|
```
|
||||||
|
|
||||||
- **name** (*Required*): The name of the OpenCV image processor.
|
|
||||||
- **source** array (*Required*): List of image sources.
|
- **source** array (*Required*): List of image sources.
|
||||||
- **entity_id** (*Required*): A camera entity id to get picture from.
|
- **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.
|
- **name** (*Optional*): This parameter allows you to override the name of your `image_processing` entity.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user