mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Update denonavr to 0.7.8 (add various sound modes) (#20951)
This commit is contained in:
parent
fd991bd1a4
commit
88d0aa14ee
@ -23,7 +23,7 @@ from homeassistant.const import (
|
|||||||
STATE_PAUSED, STATE_PLAYING)
|
STATE_PAUSED, STATE_PLAYING)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['denonavr==0.7.7']
|
REQUIREMENTS = ['denonavr==0.7.8']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -318,7 +318,7 @@ defusedxml==0.5.0
|
|||||||
deluge-client==1.4.0
|
deluge-client==1.4.0
|
||||||
|
|
||||||
# homeassistant.components.media_player.denonavr
|
# homeassistant.components.media_player.denonavr
|
||||||
denonavr==0.7.7
|
denonavr==0.7.8
|
||||||
|
|
||||||
# homeassistant.components.media_player.directv
|
# homeassistant.components.media_player.directv
|
||||||
directpy==0.5
|
directpy==0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user