add ffmpeg noise detection sensor (#2950)

This commit is contained in:
Pascal Vizeli
2016-08-24 04:08:20 +02:00
committed by Paulus Schoutsen
parent 98364248d4
commit c5fd665151
4 changed files with 113 additions and 2 deletions

View File

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