Pushed to version 0.7.6 of denonavr library to add more sound modes (#17227)
This commit is contained in:
parent
315f83e1ea
commit
849665b9ca
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ from homeassistant.const import (
|
|||
STATE_PAUSED, STATE_PLAYING)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['denonavr==0.7.5']
|
||||
REQUIREMENTS = ['denonavr==0.7.6']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -282,7 +282,7 @@ defusedxml==0.5.0
|
|||
deluge-client==1.4.0
|
||||
|
||||
# homeassistant.components.media_player.denonavr
|
||||
denonavr==0.7.5
|
||||
denonavr==0.7.6
|
||||
|
||||
# homeassistant.components.media_player.directv
|
||||
directpy==0.5
|
||||
|
|
Loading…
Add table
Reference in a new issue