From 974f32e4c8bbf760e97369cbfc00b2eb19c78a08 Mon Sep 17 00:00:00 2001 From: Eirik Z <46269073+atxbyea@users.noreply.github.com> Date: Wed, 16 Oct 2019 20:36:14 +0200 Subject: [PATCH] Missing the required "detector" value (#10825) Agreed with arsaboo that detector needs to be defined, only value that I could find was "default" --- source/_integrations/doods.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/doods.markdown b/source/_integrations/doods.markdown index 53088e5a9d8..f5d59569ed7 100644 --- a/source/_integrations/doods.markdown +++ b/source/_integrations/doods.markdown @@ -23,6 +23,7 @@ The configuration loosely follows the tensorflow configuration. To enable this p image_processing: - platform: doods url: "http://: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