pump ffmpeg version 1.2 to fix close bug (#5579)
This commit is contained in:
parent
7136fd0f0a
commit
36e47473c5
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ import voluptuous as vol
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
DOMAIN = 'ffmpeg'
|
||||
REQUIREMENTS = ["ha-ffmpeg==1.1"]
|
||||
REQUIREMENTS = ["ha-ffmpeg==1.2"]
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue