mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
add ffmpeg noise detection sensor (#2950)
This commit is contained in:
committed by
Paulus Schoutsen
parent
98364248d4
commit
c5fd665151
@@ -14,7 +14,7 @@ from homeassistant.components.camera.mjpeg import extract_image_from_mjpeg
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.const import CONF_NAME, CONF_PLATFORM
|
||||
|
||||
REQUIREMENTS = ["ha-ffmpeg==0.4"]
|
||||
REQUIREMENTS = ["ha-ffmpeg==0.7"]
|
||||
|
||||
CONF_INPUT = 'input'
|
||||
CONF_FFMPEG_BIN = 'ffmpeg_bin'
|
||||
|
||||
Reference in New Issue
Block a user