update ffmpeg version to 0.10 add get image to camera (#3235)

This commit is contained in:
Pascal Vizeli
2016-09-07 03:24:11 +02:00
committed by Paulus Schoutsen
parent fb719f530a
commit 165871d48a
3 changed files with 12 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ from homeassistant.config import load_yaml_config_file
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, CONF_NAME,
ATTR_ENTITY_ID)
REQUIREMENTS = ["ha-ffmpeg==0.9"]
REQUIREMENTS = ["ha-ffmpeg==0.10"]
SERVICE_RESTART = 'ffmpeg_restart'