A binary sensor which use FFmpeg for noise detection.
Definition at line 101 of file binary_sensor.py.
◆ __init__()
| None homeassistant.components.ffmpeg_motion.binary_sensor.FFmpegMotion.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass, |
|
|
FFmpegManager |
manager, |
|
|
dict[str, Any]
|
config |
|
) |
| |
◆ _async_start_ffmpeg()
| None homeassistant.components.ffmpeg_motion.binary_sensor.FFmpegMotion._async_start_ffmpeg |
( |
|
self, |
|
|
list[str] | None |
entity_ids |
|
) |
| |
|
private |
Start a FFmpeg instance.
This method is a coroutine.
Definition at line 111 of file binary_sensor.py.
◆ device_class()
Return the class of this sensor, from DEVICE_CLASSES.
Definition at line 134 of file binary_sensor.py.
The documentation for this class was generated from the following file: