Bump rxv library to 0.5.1 (#9784)
This fixes some bugs with interfacing with yamaha receivers, including closing bug #5209.
This commit is contained in:
parent
5232f2abdd
commit
581e2f22d5
3 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ from homeassistant.const import (CONF_NAME, CONF_HOST, STATE_OFF, STATE_ON,
|
|||
STATE_PLAYING, STATE_IDLE)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['rxv==0.4.0']
|
||||
REQUIREMENTS = ['rxv==0.5.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -902,7 +902,7 @@ russound==0.1.7
|
|||
russound_rio==0.1.4
|
||||
|
||||
# homeassistant.components.media_player.yamaha
|
||||
rxv==0.4.0
|
||||
rxv==0.5.1
|
||||
|
||||
# homeassistant.components.media_player.samsungtv
|
||||
samsungctl==0.6.0
|
||||
|
|
|
@ -130,7 +130,7 @@ rflink==0.0.34
|
|||
ring_doorbell==0.1.4
|
||||
|
||||
# homeassistant.components.media_player.yamaha
|
||||
rxv==0.4.0
|
||||
rxv==0.5.1
|
||||
|
||||
# homeassistant.components.sleepiq
|
||||
sleepyq==0.6
|
||||
|
|
Loading…
Add table
Reference in a new issue