Update ffmpeg to 1.7 to fix severals problems (#9029)
* Update ffmpeg to 1.7 to fix severals problems * Update ffmpeg.py * Update requirements_test_all.txt
This commit is contained in:
parent
427d7ee1fc
commit
c278209c7b
3 changed files with 3 additions and 3 deletions
|
@ -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.5']
|
||||
REQUIREMENTS = ['ha-ffmpeg==1.7']
|
||||
|
||||
DOMAIN = 'ffmpeg'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue