Update ha-ffmpeg version 1.1 (#5573)
parent
4fe54e1cbb
commit
eadf67bd9a
|
@ -110,6 +110,7 @@ def async_setup_platform(hass, config, async_add_devices, discovery_info=None):
|
|||
def async_start(event):
|
||||
"""Start ffmpeg."""
|
||||
yield from entity.async_start_ffmpeg()
|
||||
yield from entity.async_update_ha_state()
|
||||
|
||||
hass.bus.async_listen_once(
|
||||
EVENT_HOMEASSISTANT_START, async_start)
|
||||
|
|
|
@ -12,7 +12,7 @@ import voluptuous as vol
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
DOMAIN = 'ffmpeg'
|
||||
REQUIREMENTS = ["ha-ffmpeg==1.0"]
|
||||
REQUIREMENTS = ["ha-ffmpeg==1.1"]
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -174,7 +174,7 @@ googlemaps==2.4.4
|
|||
gps3==0.33.3
|
||||
|
||||
# homeassistant.components.ffmpeg
|
||||
ha-ffmpeg==1.0
|
||||
ha-ffmpeg==1.1
|
||||
|
||||
# homeassistant.components.media_player.philips_js
|
||||
ha-philipsjs==0.0.1
|
||||
|
|
Loading…
Reference in New Issue