Upgrade python-mpd2 to 0.5.5

This commit is contained in:
Fabian Affolter 2016-03-24 08:07:06 +01:00
parent 2c770164f2
commit 565ae8d30f
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ from homeassistant.components.media_player import (
from homeassistant.const import STATE_OFF, STATE_PAUSED, STATE_PLAYING
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['python-mpd2==0.5.4']
REQUIREMENTS = ['python-mpd2==0.5.5']
SUPPORT_MPD = SUPPORT_PAUSE | SUPPORT_VOLUME_SET | SUPPORT_TURN_OFF | \
SUPPORT_TURN_ON | SUPPORT_PREVIOUS_TRACK | SUPPORT_NEXT_TRACK

View File

@ -189,7 +189,7 @@ pysnmp==4.3.2
python-forecastio==1.3.3
# homeassistant.components.media_player.mpd
python-mpd2==0.5.4
python-mpd2==0.5.5
# homeassistant.components.nest
python-nest==2.6.0