mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Fixed potential AttributeError when checking for deleted sources (#7502)
This commit is contained in:
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…
x
Reference in New Issue
Block a user