Pump ffmpeg to 1.5 (#6119)
This commit is contained in:
parent
37a8035c54
commit
1a4b62909b
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue