From 854bc8809721e484a0cd3a7e036c91ccfb8627cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Honig?= <5851246+renehonig@users.noreply.github.com> Date: Wed, 11 Sep 2024 06:07:23 +0200 Subject: [PATCH] Update Onvif documentation - add human shape detection sensor to documentation (next branch) (#34661) * add human shape detection sensor to documentation * tiny tweak. change in camera to on-camera --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/onvif.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/onvif.markdown b/source/_integrations/onvif.markdown index 84c90c7e3d2..e7b73a3013a 100644 --- a/source/_integrations/onvif.markdown +++ b/source/_integrations/onvif.markdown @@ -66,6 +66,7 @@ To help with development of this integration, enable `info` level logging for `h | Motion alarm | Binary sensor | Motion | Generic motion alarm. | | Field detection | Binary sensor | Motion | Polygonal field detection determines if each object in the scene is inside or outside the polygon. | | Cell motion detection | Binary sensor | Motion | Cell based motion detection determined by placing a grid over the video source and determining changes. | +| Human shape detection | Binary sensor | Motion | Detection of human shapes by on-camera recognition algorithm. | | Motion region detector | Binary sensor | Motion | Detects any motion against the specified motion region. The rule is configured for an area defined by a polygon. | | Detected sound | Binary sensor | Sound | Device detected sound. | | Digital input | Binary sensor | None | A digital input was triggered on the device. Amcrest is known to use this as a doorbell button press on the AD410. |