Bump rxv to 0.1.11.

Fixes socket read/write timeout issues.
This commit is contained in:
Jan Harkes 2016-04-05 14:17:42 -04:00
parent 8ef542927f
commit 3bb571b578
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ from homeassistant.components.media_player import (
SUPPORT_TURN_OFF, SUPPORT_TURN_ON, SUPPORT_VOLUME_MUTE, SUPPORT_VOLUME_SET,
MediaPlayerDevice)
from homeassistant.const import STATE_OFF, STATE_ON
REQUIREMENTS = ['rxv==0.1.9']
REQUIREMENTS = ['rxv==0.1.11']
_LOGGER = logging.getLogger(__name__)
SUPPORT_YAMAHA = SUPPORT_VOLUME_SET | SUPPORT_VOLUME_MUTE | \

View file

@ -244,7 +244,7 @@ pywemo==0.3.24
radiotherm==1.2
# homeassistant.components.media_player.yamaha
rxv==0.1.9
rxv==0.1.11
# homeassistant.components.media_player.samsungtv
samsungctl==0.5.1