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.