mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Amcrest add documentation for CrossLineDetected (#16033)
Co-authored-by: andreas-amlabs <andreas-amlabs@users.noreply.github.com>
This commit is contained in:
parent
173875f77c
commit
85f2653127
@ -117,6 +117,10 @@ binary_sensors:
|
|||||||
description: "Return `on` when a motion is detected, `off` when not. Motion detection is enabled by default for most cameras, if this functionality is not working check that it is enabled in Settings > Events > Video Detection. Uses streaming method (see [below](#streaming-vs-polled-binary-sensors))."
|
description: "Return `on` when a motion is detected, `off` when not. Motion detection is enabled by default for most cameras, if this functionality is not working check that it is enabled in Settings > Events > Video Detection. Uses streaming method (see [below](#streaming-vs-polled-binary-sensors))."
|
||||||
motion_detected_polled:
|
motion_detected_polled:
|
||||||
description: "Return `on` when a motion is detected, `off` when not. Motion detection is enabled by default for most cameras, if this functionality is not working check that it is enabled in Settings > Events > Video Detection. Uses polled method (see [below](#streaming-vs-polled-binary-sensors))."
|
description: "Return `on` when a motion is detected, `off` when not. Motion detection is enabled by default for most cameras, if this functionality is not working check that it is enabled in Settings > Events > Video Detection. Uses polled method (see [below](#streaming-vs-polled-binary-sensors))."
|
||||||
|
crossline_detected:
|
||||||
|
description: "Return `on` when a tripwire tripping is detected, `off` when not. Uses streaming method (see [below](#streaming-vs-polled-binary-sensors))."
|
||||||
|
crossline_detected_polled:
|
||||||
|
description: "Return `on` when a tripwire is tripping is detected, `off` when not. Uses polled method (see [below](#streaming-vs-polled-binary-sensors))."
|
||||||
online:
|
online:
|
||||||
description: "Return `on` when camera is available (i.e., responding to commands), `off` when not."
|
description: "Return `on` when camera is available (i.e., responding to commands), `off` when not."
|
||||||
sensors:
|
sensors:
|
||||||
@ -377,6 +381,7 @@ amcrest:
|
|||||||
password: YOUR_PASSWORD
|
password: YOUR_PASSWORD
|
||||||
binary_sensors:
|
binary_sensors:
|
||||||
- motion_detected
|
- motion_detected
|
||||||
|
- crossline_detected
|
||||||
- online
|
- online
|
||||||
sensors:
|
sensors:
|
||||||
- sdcard
|
- sdcard
|
||||||
|
Loading…
x
Reference in New Issue
Block a user