mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Add Amcrest audio_detected binary sensor (#13902)
This commit is contained in:
parent
b31d543f0d
commit
2a9de6d276
@ -105,6 +105,10 @@ binary_sensors:
|
|||||||
type: list
|
type: list
|
||||||
default: None
|
default: None
|
||||||
keys:
|
keys:
|
||||||
|
audio_detected:
|
||||||
|
description: "Return `on` when audio is detected, `off` when not. Uses streaming method (see [below](#streaming-vs-polled-binary-sensors))."
|
||||||
|
audio_detected_polled:
|
||||||
|
description: "Return `on` when audio is detected, `off` when not. 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. Uses streaming method (see [below](#streaming-vs-polled-binary-sensors))."
|
||||||
motion_detected_polled:
|
motion_detected_polled:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user