From fa670efa13fc52f567f115b2b409e9af73ddedb4 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Thu, 12 Sep 2019 03:23:49 -0400 Subject: [PATCH] Update ha_release (#10346) --- source/_components/doods.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/doods.markdown b/source/_components/doods.markdown index 80cc6ec6fff..76dc5ead0b7 100644 --- a/source/_components/doods.markdown +++ b/source/_components/doods.markdown @@ -4,7 +4,7 @@ description: "Detect and recognize objects with DOODS." ha_category: - Image Processing ha_iot_class: Local Polling -ha_release: 0.99 +ha_release: 0.100 --- The `doods` image processing platform allows you to detect and recognize objects in a camera image using [DOODS](https://github.com/snowzach/doods/). The state of the entity is the number of objects detected, and recognized objects are listed in the `summary` attribute along with quantity. The `matches` attribute provides the confidence `score` for recognition and the bounding `box` of the object for each detection category.