Pushed to version 0.4.0 of denonavr which also includes experimental support for Marantz receivers (#7250)
This commit is contained in:
parent
fa4a912a86
commit
4cd024d91e
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.3.1']
|
||||
REQUIREMENTS = ['denonavr==0.4.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -126,7 +126,7 @@ datapoint==0.4.3
|
|||
# decora==0.4
|
||||
|
||||
# homeassistant.components.media_player.denonavr
|
||||
denonavr==0.3.1
|
||||
denonavr==0.4.0
|
||||
|
||||
# homeassistant.components.media_player.directv
|
||||
directpy==0.1
|
||||
|
|
Loading…
Add table
Reference in a new issue