Pump ffmpeg to 1.5 (#6119)

This commit is contained in:
Pascal Vizeli 2017-02-20 15:12:09 +01:00 committed by GitHub
parent 37a8035c54
commit 1a4b62909b
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ import homeassistant.helpers.config_validation as cv
from homeassistant.helpers.entity import Entity
DOMAIN = 'ffmpeg'
REQUIREMENTS = ["ha-ffmpeg==1.4"]
REQUIREMENTS = ["ha-ffmpeg==1.5"]
_LOGGER = logging.getLogger(__name__)