mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
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.
This commit is contained in:
committed by
Sebastian Muszynski
parent
d6b81fb345
commit
e80628d45b
@ -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__)
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user