update to 006 (#7945)

This commit is contained in:
joopert 2017-06-08 07:30:07 +02:00 committed by Pascal Vizeli
parent 7e668ef9e3
commit 790610525b
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ from homeassistant.const import (
CONF_NAME, STATE_OFF, STATE_ON)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['nad_receiver==0.0.5']
REQUIREMENTS = ['nad_receiver==0.0.6']
_LOGGER = logging.getLogger(__name__)

View file

@ -379,7 +379,7 @@ mutagen==1.37.0
myusps==1.1.1
# homeassistant.components.media_player.nad
nad_receiver==0.0.5
nad_receiver==0.0.6
# homeassistant.components.discovery
netdisco==1.0.1