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__)
|
||||
|
||||
|
|
|
@ -175,7 +175,7 @@ googlemaps==2.4.4
|
|||
gps3==0.33.3
|
||||
|
||||
# homeassistant.components.ffmpeg
|
||||
ha-ffmpeg==1.1
|
||||
ha-ffmpeg==1.2
|
||||
|
||||
# homeassistant.components.media_player.philips_js
|
||||
ha-philipsjs==0.0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue