Added support for Denon AVR-4810. (#9887)

This commit is contained in:
Oliver 2017-10-17 10:04:35 +02:00 committed by Pascal Vizeli
parent 82c7195484
commit ed70fc9322
2 changed files with 2 additions and 2 deletions

View file

@ -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.5.3']
REQUIREMENTS = ['denonavr==0.5.4']
_LOGGER = logging.getLogger(__name__)

View file

@ -178,7 +178,7 @@ datapoint==0.4.3
# decora_wifi==1.3
# homeassistant.components.media_player.denonavr
denonavr==0.5.3
denonavr==0.5.4
# homeassistant.components.media_player.directv
directpy==0.1