mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Added support for Denon AVR-4810. (#9887)
This commit is contained in:
parent
82c7195484
commit
ed70fc9322
@ -20,7 +20,7 @@ from homeassistant.const import (
|
|||||||
CONF_NAME, STATE_ON, CONF_ZONE, CONF_TIMEOUT)
|
CONF_NAME, STATE_ON, CONF_ZONE, CONF_TIMEOUT)
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['denonavr==0.5.3']
|
REQUIREMENTS = ['denonavr==0.5.4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -178,7 +178,7 @@ datapoint==0.4.3
|
|||||||
# decora_wifi==1.3
|
# decora_wifi==1.3
|
||||||
|
|
||||||
# homeassistant.components.media_player.denonavr
|
# homeassistant.components.media_player.denonavr
|
||||||
denonavr==0.5.3
|
denonavr==0.5.4
|
||||||
|
|
||||||
# homeassistant.components.media_player.directv
|
# homeassistant.components.media_player.directv
|
||||||
directpy==0.1
|
directpy==0.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user