Add Amcrest audio_detected binary sensor (#13902)

This commit is contained in:
Phil Bruckner 2020-07-13 11:52:29 -05:00 committed by GitHub
parent b31d543f0d
commit 2a9de6d276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: