Marrantz SR5006 & SR5006 treated as AVR-X device | Fixed Mapping of Media Player and AUX input functions (#8409)
This commit is contained in:
parent
614b5da170
commit
3be0103259
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ from homeassistant.const import (
|
|||
CONF_NAME, STATE_ON, CONF_ZONE)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['denonavr==0.5.1']
|
||||
REQUIREMENTS = ['denonavr==0.5.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -148,7 +148,7 @@ datapoint==0.4.3
|
|||
# decora==0.6
|
||||
|
||||
# homeassistant.components.media_player.denonavr
|
||||
denonavr==0.5.1
|
||||
denonavr==0.5.2
|
||||
|
||||
# homeassistant.components.media_player.directv
|
||||
directpy==0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue