Skip to content

Commit

Permalink
Pushed to version 0.7.6 of denonavr library to add more sound modes (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver authored and balloob committed Oct 8, 2018
1 parent 315f83e commit 849665b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/media_player/denonavr.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
STATE_PAUSED, STATE_PLAYING)
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['denonavr==0.7.5']
REQUIREMENTS = ['denonavr==0.7.6']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ defusedxml==0.5.0
deluge-client==1.4.0

# homeassistant.components.media_player.denonavr
denonavr==0.7.5
denonavr==0.7.6

# homeassistant.components.media_player.directv
directpy==0.5
Expand Down

0 comments on commit 849665b

Please sign in to comment.