Update denonavr to 0.7.8 (add various sound modes) (#20951)
This commit is contained in:
parent
fd991bd1a4
commit
88d0aa14ee
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ from homeassistant.const import (
|
|||
STATE_PAUSED, STATE_PLAYING)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['denonavr==0.7.7']
|
||||
REQUIREMENTS = ['denonavr==0.7.8']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -318,7 +318,7 @@ defusedxml==0.5.0
|
|||
deluge-client==1.4.0
|
||||
|
||||
# homeassistant.components.media_player.denonavr
|
||||
denonavr==0.7.7
|
||||
denonavr==0.7.8
|
||||
|
||||
# homeassistant.components.media_player.directv
|
||||
directpy==0.5
|
||||
|
|
Loading…
Add table
Reference in a new issue