add motion sensor / rewrite ffmpeg binary sensor (#2969)

🐬 

* use const flags
This commit is contained in:
Pascal Vizeli
2016-08-26 14:48:17 +02:00
committed by Teagan Glenn
parent d2bb61ad9e
commit 9ab2ac766e
4 changed files with 151 additions and 36 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.7"]
REQUIREMENTS = ["ha-ffmpeg==0.8"]
CONF_INPUT = 'input'
CONF_FFMPEG_BIN = 'ffmpeg_bin'