mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Update ha-ffmpeg version 1.1 (#5573)
This commit is contained in:
parent
4fe54e1cbb
commit
eadf67bd9a
@ -110,6 +110,7 @@ def async_setup_platform(hass, config, async_add_devices, discovery_info=None):
|
|||||||
def async_start(event):
|
def async_start(event):
|
||||||
"""Start ffmpeg."""
|
"""Start ffmpeg."""
|
||||||
yield from entity.async_start_ffmpeg()
|
yield from entity.async_start_ffmpeg()
|
||||||
|
yield from entity.async_update_ha_state()
|
||||||
|
|
||||||
hass.bus.async_listen_once(
|
hass.bus.async_listen_once(
|
||||||
EVENT_HOMEASSISTANT_START, async_start)
|
EVENT_HOMEASSISTANT_START, async_start)
|
||||||
|
@ -12,7 +12,7 @@ import voluptuous as vol
|
|||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
DOMAIN = 'ffmpeg'
|
DOMAIN = 'ffmpeg'
|
||||||
REQUIREMENTS = ["ha-ffmpeg==1.0"]
|
REQUIREMENTS = ["ha-ffmpeg==1.1"]
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -174,7 +174,7 @@ googlemaps==2.4.4
|
|||||||
gps3==0.33.3
|
gps3==0.33.3
|
||||||
|
|
||||||
# homeassistant.components.ffmpeg
|
# homeassistant.components.ffmpeg
|
||||||
ha-ffmpeg==1.0
|
ha-ffmpeg==1.1
|
||||||
|
|
||||||
# homeassistant.components.media_player.philips_js
|
# homeassistant.components.media_player.philips_js
|
||||||
ha-philipsjs==0.0.1
|
ha-philipsjs==0.0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user