mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 23:07:09 +00:00
pump ffmpeg version 1.2 to fix close bug (#5579)
This commit is contained in:
parent
7136fd0f0a
commit
36e47473c5
@ -12,7 +12,7 @@ import voluptuous as vol
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
DOMAIN = 'ffmpeg'
|
DOMAIN = 'ffmpeg'
|
||||||
REQUIREMENTS = ["ha-ffmpeg==1.1"]
|
REQUIREMENTS = ["ha-ffmpeg==1.2"]
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ googlemaps==2.4.4
|
|||||||
gps3==0.33.3
|
gps3==0.33.3
|
||||||
|
|
||||||
# homeassistant.components.ffmpeg
|
# homeassistant.components.ffmpeg
|
||||||
ha-ffmpeg==1.1
|
ha-ffmpeg==1.2
|
||||||
|
|
||||||
# homeassistant.components.media_player.philips_js
|
# homeassistant.components.media_player.philips_js
|
||||||
ha-philipsjs==0.0.1
|
ha-philipsjs==0.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user