Fixed potential AttributeError when checking for deleted sources (#7502)

pull/7477/merge
Oliver 2017-05-09 07:24:18 +02:00 committed by Pascal Vizeli
parent 1cd51bc6a8
commit 419d97fc06
2 changed files with 2 additions and 2 deletions

View File

@ -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__)

View File

@ -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