Bugfix: Update of sources for non AVR-X devices always fails (#12711)
* Basic support of post 2016 AVR-X receivers * Bugfix: Update of sources for non AVR-X devices always fails
This commit is contained in:
parent
6bdb2fe5a0
commit
21d8ecdacd
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ from homeassistant.const import (
|
|||
CONF_NAME, STATE_ON, CONF_ZONE, CONF_TIMEOUT)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['denonavr==0.6.0']
|
||||
REQUIREMENTS = ['denonavr==0.6.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -219,7 +219,7 @@ defusedxml==0.5.0
|
|||
deluge-client==1.0.5
|
||||
|
||||
# homeassistant.components.media_player.denonavr
|
||||
denonavr==0.6.0
|
||||
denonavr==0.6.1
|
||||
|
||||
# homeassistant.components.media_player.directv
|
||||
directpy==0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue