Pushed to another version of denonavr library with fixes for AVR-nonX devices (#5156)
This commit is contained in:
parent
d9614cff46
commit
8e61fab579
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ from homeassistant.const import (
|
|||
CONF_NAME, STATE_ON)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['denonavr==0.2.2']
|
||||
REQUIREMENTS = ['denonavr==0.3.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -81,7 +81,7 @@ colorlog>2.1,<3
|
|||
concord232==0.14
|
||||
|
||||
# homeassistant.components.media_player.denonavr
|
||||
denonavr==0.2.2
|
||||
denonavr==0.3.0
|
||||
|
||||
# homeassistant.components.media_player.directv
|
||||
directpy==0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue