From 0100af0fa6f67daf7aea881eed7e8c403caa6714 Mon Sep 17 00:00:00 2001 From: Martin Donlon Date: Fri, 15 Sep 2017 02:40:40 -0700 Subject: [PATCH] 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) --- homeassistant/components/media_player/russound_rio.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/media_player/russound_rio.py b/homeassistant/components/media_player/russound_rio.py index 743fc4e262d..31b04ceb3cd 100644 --- a/homeassistant/components/media_player/russound_rio.py +++ b/homeassistant/components/media_player/russound_rio.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index db0c4af85f5..d4177d5570c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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