mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Bump rxv to 0.1.11.
Fixes socket read/write timeout issues.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user