Bump pycmus version (#14395)

This commit bumps the pycmus version used by the cmus component. There
was a bug in the previous version used, 1.0.0, when running in local
mode. This was caused by a mtreinish/pycmus#1 and also was reported in
the home-assistant forums (but not as an issue):

https://community.home-assistant.io/t/cant-install-cmus-component/7961

Version 0.1.1 of pycmus fixes this issue so it should work properly for
users running cmus and home-assistant on the same machine.
pull/14400/merge
Matthew Treinish 2018-05-12 01:51:48 -04:00 committed by Sebastian Muszynski
parent d6b81fb345
commit e80628d45b
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ from homeassistant.const import (
CONF_PASSWORD)
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['pycmus==0.1.0']
REQUIREMENTS = ['pycmus==0.1.1']
_LOGGER = logging.getLogger(__name__)

View File

@ -729,7 +729,7 @@ pychannels==1.0.0
pychromecast==2.1.0
# homeassistant.components.media_player.cmus
pycmus==0.1.0
pycmus==0.1.1
# homeassistant.components.comfoconnect
pycomfoconnect==0.3