update ha-ffmpeg version to 0.9 (#3059)

This commit is contained in:
Pascal Vizeli 2016-08-30 20:58:37 +02:00 committed by GitHub
parent 55d305359e
commit cf9b49ac03
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ from homeassistant.config import load_yaml_config_file
from homeassistant.const import (EVENT_HOMEASSISTANT_STOP, CONF_NAME,
ATTR_ENTITY_ID)
REQUIREMENTS = ["ha-ffmpeg==0.8"]
REQUIREMENTS = ["ha-ffmpeg==0.9"]
SERVICE_RESTART = 'ffmpeg_restart'