mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +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
|
||||
default: None
|
||||
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:
|
||||
description: "Return `on` when a motion is detected, `off` when not. Uses streaming method (see [below](#streaming-vs-polled-binary-sensors))."
|
||||
motion_detected_polled:
|
||||
|
Loading…
x
Reference in New Issue
Block a user