* Update nad_receiver to 0.0.9

* Update nad_receiver to 0.0.9
This commit is contained in:
robhuls 2018-01-20 06:41:12 +01:00 committed by Paulus Schoutsen
parent c1b0ab75e1
commit 7cbe017932
3 changed files with 3 additions and 3 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.6']
REQUIREMENTS = ['nad_receiver==0.0.9']
_LOGGER = logging.getLogger(__name__)

View File

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

View File

@ -501,7 +501,7 @@ myusps==1.2.2
# homeassistant.components.media_player.nad
# homeassistant.components.media_player.nadtcp
nad_receiver==0.0.6
nad_receiver==0.0.9
# homeassistant.components.discovery
netdisco==1.2.4