Skip to content

Commit

Permalink
Bump songpal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Aug 30, 2018
1 parent f20a331 commit 0212477
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/songpal.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from homeassistant.exceptions import PlatformNotReady
import homeassistant.helpers.config_validation as cv

REQUIREMENTS = ['python-songpal==0.0.7']
REQUIREMENTS = ['python-songpal==0.0.8']

SUPPORT_SONGPAL = SUPPORT_VOLUME_SET | SUPPORT_VOLUME_STEP | \
SUPPORT_VOLUME_MUTE | SUPPORT_SELECT_SOURCE | \
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ python-roku==3.1.5
python-sochain-api==0.0.2

# homeassistant.components.media_player.songpal
python-songpal==0.0.7
python-songpal==0.0.8

# homeassistant.components.sensor.synologydsm
python-synology==0.2.0
Expand Down

0 comments on commit 0212477

Please sign in to comment.