diff --git a/homeassistant/components/media_player/nad.py b/homeassistant/components/media_player/nad.py index 43355782d29..2f0c49b2583 100644 --- a/homeassistant/components/media_player/nad.py +++ b/homeassistant/components/media_player/nad.py @@ -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__) diff --git a/homeassistant/components/media_player/nadtcp.py b/homeassistant/components/media_player/nadtcp.py index a59a032f624..707a0c29eaf 100644 --- a/homeassistant/components/media_player/nadtcp.py +++ b/homeassistant/components/media_player/nadtcp.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 29abb713b79..f7a76d1fe2d 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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