Upgrade rxv to 0.6.0 (#20669)
This commit is contained in:
parent
3f997aefc1
commit
198dc2b7a9
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ from homeassistant.const import (
|
||||||
STATE_PLAYING)
|
STATE_PLAYING)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['rxv==0.5.1']
|
REQUIREMENTS = ['rxv==0.6.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -1489,7 +1489,7 @@ russound==0.1.9
|
||||||
russound_rio==0.1.4
|
russound_rio==0.1.4
|
||||||
|
|
||||||
# homeassistant.components.media_player.yamaha
|
# homeassistant.components.media_player.yamaha
|
||||||
rxv==0.5.1
|
rxv==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.media_player.samsungtv
|
# homeassistant.components.media_player.samsungtv
|
||||||
samsungctl[websocket]==0.7.1
|
samsungctl[websocket]==0.7.1
|
||||||
|
|
|
@ -257,7 +257,7 @@ rflink==0.0.37
|
||||||
ring_doorbell==0.2.2
|
ring_doorbell==0.2.2
|
||||||
|
|
||||||
# homeassistant.components.media_player.yamaha
|
# homeassistant.components.media_player.yamaha
|
||||||
rxv==0.5.1
|
rxv==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.simplisafe
|
# homeassistant.components.simplisafe
|
||||||
simplisafe-python==3.1.14
|
simplisafe-python==3.1.14
|
||||||
|
|
Loading…
Add table
Reference in a new issue