Update ffmpeg.py

This commit is contained in:
Pascal Vizeli 2017-10-19 10:36:09 +02:00 committed by GitHub
parent 2fb4709a94
commit c96c283293

View file

@ -19,7 +19,7 @@ from homeassistant.helpers.dispatcher import (
import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['ha-ffmpeg==1.8']
REQUIREMENTS = ['ha-ffmpeg==1.9']
DOMAIN = 'ffmpeg'