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