mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
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
@ -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.6.0']
|
REQUIREMENTS = ['denonavr==0.6.1']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -219,7 +219,7 @@ defusedxml==0.5.0
|
|||||||
deluge-client==1.0.5
|
deluge-client==1.0.5
|
||||||
|
|
||||||
# homeassistant.components.media_player.denonavr
|
# homeassistant.components.media_player.denonavr
|
||||||
denonavr==0.6.0
|
denonavr==0.6.1
|
||||||
|
|
||||||
# homeassistant.components.media_player.directv
|
# homeassistant.components.media_player.directv
|
||||||
directpy==0.2
|
directpy==0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user