mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 12:47:53 +00:00
update ha-ffmpeg version to 0.9 (#3059)
This commit is contained in:
parent
55d305359e
commit
cf9b49ac03
@ -16,7 +16,7 @@ from homeassistant.config import load_yaml_config_file
|
|||||||
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, CONF_NAME,
|
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, CONF_NAME,
|
||||||
ATTR_ENTITY_ID)
|
ATTR_ENTITY_ID)
|
||||||
|
|
||||||
REQUIREMENTS = ["ha-ffmpeg==0.8"]
|
REQUIREMENTS = ["ha-ffmpeg==0.9"]
|
||||||
|
|
||||||
SERVICE_RESTART = 'ffmpeg_restart'
|
SERVICE_RESTART = 'ffmpeg_restart'
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ from homeassistant.components.camera.mjpeg import extract_image_from_mjpeg
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.const import CONF_NAME
|
from homeassistant.const import CONF_NAME
|
||||||
|
|
||||||
REQUIREMENTS = ['ha-ffmpeg==0.8']
|
REQUIREMENTS = ['ha-ffmpeg==0.9']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -104,7 +104,7 @@ gps3==0.33.2
|
|||||||
|
|
||||||
# homeassistant.components.binary_sensor.ffmpeg
|
# homeassistant.components.binary_sensor.ffmpeg
|
||||||
# homeassistant.components.camera.ffmpeg
|
# homeassistant.components.camera.ffmpeg
|
||||||
ha-ffmpeg==0.8
|
ha-ffmpeg==0.9
|
||||||
|
|
||||||
# homeassistant.components.mqtt.server
|
# homeassistant.components.mqtt.server
|
||||||
hbmqtt==0.7.1
|
hbmqtt==0.7.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user