pump ffmpeg version 1.2 to fix close bug (#5579)

This commit is contained in:
Pascal Vizeli 2017-01-27 00:22:31 +01:00 committed by GitHub
parent 7136fd0f0a
commit 36e47473c5
2 changed files with 2 additions and 2 deletions

View file

@ -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__)

View file

@ -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