From e4d1713a85f4a75a4c9ef8812c6d1c6d1e4fcef3 Mon Sep 17 00:00:00 2001 From: Rami Mosleh Date: Wed, 31 Mar 2021 11:47:08 +0300 Subject: [PATCH] Remove name parameter (#17202) the `name` parameter is no longer available in the `image_processing` integration. --- source/_integrations/opencv.markdown | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/_integrations/opencv.markdown b/source/_integrations/opencv.markdown index e22621450c2..821cfe0a181 100644 --- a/source/_integrations/opencv.markdown +++ b/source/_integrations/opencv.markdown @@ -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.