Upgrade gstreamer-player to 1.1.2 (#17568)

* Upgrade gstreamer-player to 1.1.2

* Updated requirements for gstreamer-player properly.
This commit is contained in:
Nick Touran 2018-10-19 09:11:47 -07:00 committed by Martin Hjelmare
parent f7bc44955c
commit e343f5521c
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.components.media_player import (
from homeassistant.const import CONF_NAME, EVENT_HOMEASSISTANT_STOP, STATE_IDLE
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['gstreamer-player==1.1.0']
REQUIREMENTS = ['gstreamer-player==1.1.2']
_LOGGER = logging.getLogger(__name__)