mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
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:
parent
24d6892747
commit
974f32e4c8
@ -23,6 +23,7 @@ The configuration loosely follows the tensorflow configuration. To enable this p
|
|||||||
image_processing:
|
image_processing:
|
||||||
- platform: doods
|
- platform: doods
|
||||||
url: "http://<my doods server>:8080"
|
url: "http://<my doods server>:8080"
|
||||||
|
detector: default
|
||||||
source:
|
source:
|
||||||
- entity_id: camera.front_yard
|
- entity_id: camera.front_yard
|
||||||
```
|
```
|
||||||
@ -47,7 +48,7 @@ url:
|
|||||||
type: string
|
type: string
|
||||||
detector:
|
detector:
|
||||||
description: The DOODS detector to use
|
description: The DOODS detector to use
|
||||||
required: false
|
required: true
|
||||||
type: string
|
type: string
|
||||||
confidence:
|
confidence:
|
||||||
description: The default confidence for any detected objects where not explicitly set
|
description: The default confidence for any detected objects where not explicitly set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user