Missing the required "detector" value (#10825)

Agreed with arsaboo that detector needs to be defined, only value that I could find was "default"
This commit is contained in:
Eirik Z 2019-10-16 20:36:14 +02:00 committed by Franck Nijhof
parent 24d6892747
commit 974f32e4c8

View File

@ -23,6 +23,7 @@ The configuration loosely follows the tensorflow configuration. To enable this p
image_processing:
- platform: doods
url: "http://<my doods server>:8080"
detector: default
source:
- entity_id: camera.front_yard
```
@ -47,7 +48,7 @@ url:
type: string
detector:
description: The DOODS detector to use
required: false
required: true
type: string
confidence:
description: The default confidence for any detected objects where not explicitly set