From f716d8ed143599b48a46e7827c69ea668fd25b04 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:22:38 +0200 Subject: [PATCH] Image processing: add state (#34778) --- source/_integrations/image_processing.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/image_processing.markdown b/source/_integrations/image_processing.markdown index a151668228d..f1f8e0f53e8 100644 --- a/source/_integrations/image_processing.markdown +++ b/source/_integrations/image_processing.markdown @@ -15,6 +15,10 @@ Image processing enables Home Assistant to process images from [cameras](/integr {% include integrations/building_block_integration.md %} +## The state of an image processing entity + +For face recognition applications, the state of an image processing entity can be the name of the detected person or motion that was detected. + ## ALPR ALPR entities have a vehicle counter attribute `vehicles` and all found plates are stored in the `plates` attribute.