Update ha-ffmpeg version 1.1 (#5573)

This commit is contained in:
Pascal Vizeli
2017-01-26 18:12:30 +01:00
committed by GitHub
parent 4fe54e1cbb
commit eadf67bd9a
3 changed files with 3 additions and 2 deletions

View File

@@ -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)