mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 06:47:09 +00:00
Pump ffmpeg to 1.5 (#6119)
This commit is contained in:
parent
37a8035c54
commit
1a4b62909b
@ -18,7 +18,7 @@ import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
DOMAIN = 'ffmpeg'
|
||||
REQUIREMENTS = ["ha-ffmpeg==1.4"]
|
||||
REQUIREMENTS = ["ha-ffmpeg==1.5"]
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -186,7 +186,7 @@ gps3==0.33.3
|
||||
gstreamer-player==1.0.0
|
||||
|
||||
# homeassistant.components.ffmpeg
|
||||
ha-ffmpeg==1.4
|
||||
ha-ffmpeg==1.5
|
||||
|
||||
# homeassistant.components.media_player.philips_js
|
||||
ha-philipsjs==0.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user