Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions homeassistant/components/media_player/nad.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
CONF_NAME, STATE_OFF, STATE_ON)
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['https://github.com/joopert/nad_receiver/archive/'
'0.0.3.zip#nad_receiver==0.0.3']
REQUIREMENTS = ['nad_receiver==0.0.5']

_LOGGER = logging.getLogger(__name__)

Expand Down
6 changes: 3 additions & 3 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,6 @@ https://github.com/jabesq/pybotvac/archive/v0.0.3.zip#pybotvac==0.0.3
# homeassistant.components.sensor.sabnzbd
https://github.com/jamespcole/home-assistant-nzb-clients/archive/616cad59154092599278661af17e2a9f2cf5e2a9.zip#python-sabnzbd==0.1

# homeassistant.components.media_player.nad
https://github.com/joopert/nad_receiver/archive/0.0.3.zip#nad_receiver==0.0.3

# homeassistant.components.switch.anel_pwrctrl
https://github.com/mweinelt/anel-pwrctrl/archive/ed26e8830e28a2bfa4260a9002db23ce3e7e63d7.zip#anel_pwrctrl==0.0.1

Expand Down Expand Up @@ -381,6 +378,9 @@ mutagen==1.37.0
# homeassistant.components.sensor.usps
myusps==1.1.1

# homeassistant.components.media_player.nad
nad_receiver==0.0.5

# homeassistant.components.discovery
netdisco==1.0.1

Expand Down