mirror of
https://github.com/home-assistant/core.git
synced 2025-11-05 08:59:57 +00:00
pump ffmpeg version 1.2 to fix close bug (#5579)
This commit is contained in:
@@ -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__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user