mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-25 18:26:56 +00:00
Amcrest features need to be enabled in order for them to work properly. (#14079)
This commit is contained in:
parent
a31f0cc4e7
commit
f6d106d535
@ -106,13 +106,13 @@ binary_sensors:
|
|||||||
default: None
|
default: None
|
||||||
keys:
|
keys:
|
||||||
audio_detected:
|
audio_detected:
|
||||||
description: "Return `on` when audio is detected, `off` when not. Uses streaming method (see [below](#streaming-vs-polled-binary-sensors))."
|
description: "Return `on` when audio is detected, `off` when not. In order to use this feature you must enable it in your cameras interface under Settings > Events > Audio Detection. Uses streaming method (see [below](#streaming-vs-polled-binary-sensors))."
|
||||||
audio_detected_polled:
|
audio_detected_polled:
|
||||||
description: "Return `on` when audio is detected, `off` when not. Uses polled method (see [below](#streaming-vs-polled-binary-sensors))."
|
description: "Return `on` when audio is detected, `off` when not. In order to use this feature you must enable it in your cameras interface under Settings > Events > Audio Detection. Uses polled method (see [below](#streaming-vs-polled-binary-sensors))."
|
||||||
motion_detected:
|
motion_detected:
|
||||||
description: "Return `on` when a motion is detected, `off` when not. 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. 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))."
|
||||||
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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user