update ha-ffmpeg version to 0.9 (#3059)

pull/3019/head
Pascal Vizeli 2016-08-30 20:58:37 +02:00 committed by GitHub
parent 55d305359e
commit cf9b49ac03
3 changed files with 3 additions and 3 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.8"]
REQUIREMENTS = ["ha-ffmpeg==0.9"]
SERVICE_RESTART = 'ffmpeg_restart'

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
REQUIREMENTS = ['ha-ffmpeg==0.8']
REQUIREMENTS = ['ha-ffmpeg==0.9']
_LOGGER = logging.getLogger(__name__)

View File

@ -104,7 +104,7 @@ gps3==0.33.2
# homeassistant.components.binary_sensor.ffmpeg
# homeassistant.components.camera.ffmpeg
ha-ffmpeg==0.8
ha-ffmpeg==0.9
# homeassistant.components.mqtt.server
hbmqtt==0.7.1