mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +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:
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user