Fix russound_rio for python 3.4 (#9428)

Bumped russound_rio dependency to 0.1.4 which includes a fix for python
3.4.2 (asyncio.async vs asyncio.ensure_future)
This commit is contained in:
Martin Donlon 2017-09-15 02:40:40 -07:00 committed by Pascal Vizeli
parent 1c8253f762
commit 0100af0fa6
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ from homeassistant.const import (
CONF_NAME, EVENT_HOMEASSISTANT_STOP)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['russound_rio==0.1.3']
REQUIREMENTS = ['russound_rio==0.1.4']
_LOGGER = logging.getLogger(__name__)

View File

@ -869,7 +869,7 @@ roombapy==1.3.1
russound==0.1.7
# homeassistant.components.media_player.russound_rio
russound_rio==0.1.3
russound_rio==0.1.4
# homeassistant.components.media_player.yamaha
rxv==0.4.0