Bump rxv to 0.1.11.
Fixes socket read/write timeout issues.
This commit is contained in:
parent
8ef542927f
commit
3bb571b578
2 changed files with 2 additions and 2 deletions
|
@ -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 | \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue