Update of python-mpd2 (#13921)
This commit is contained in:
parent
998d8c1771
commit
f2d4dd25f0
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ from homeassistant.const import (
|
|||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.util import Throttle
|
||||
|
||||
REQUIREMENTS = ['python-mpd2==0.5.5']
|
||||
REQUIREMENTS = ['python-mpd2==1.0.0']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -981,7 +981,7 @@ python-juicenet==0.0.5
|
|||
python-miio==0.3.9
|
||||
|
||||
# homeassistant.components.media_player.mpd
|
||||
python-mpd2==0.5.5
|
||||
python-mpd2==1.0.0
|
||||
|
||||
# homeassistant.components.light.mystrom
|
||||
# homeassistant.components.switch.mystrom
|
||||
|
|
Loading…
Add table
Reference in a new issue