mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
add motion sensor / rewrite ffmpeg binary sensor (#2969)
🐬
* use const flags
This commit is contained in:
committed by
Teagan Glenn
parent
d2bb61ad9e
commit
9ab2ac766e
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user