Fixed potential AttributeError when checking for deleted sources (#7502)
parent
1cd51bc6a8
commit
419d97fc06
|
@ -19,7 +19,7 @@ from homeassistant.const import (
|
|||
CONF_NAME, STATE_ON)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['denonavr==0.4.0']
|
||||
REQUIREMENTS = ['denonavr==0.4.1']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -135,7 +135,7 @@ datapoint==0.4.3
|
|||
# decora==0.4
|
||||
|
||||
# homeassistant.components.media_player.denonavr
|
||||
denonavr==0.4.0
|
||||
denonavr==0.4.1
|
||||
|
||||
# homeassistant.components.media_player.directv
|
||||
directpy==0.1
|
||||
|
|
Loading…
Reference in New Issue