From e80628d45bd77121a03b3177cd85ec8db3bd5f1f Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Sat, 12 May 2018 01:51:48 -0400 Subject: [PATCH] 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. --- homeassistant/components/media_player/cmus.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/media_player/cmus.py b/homeassistant/components/media_player/cmus.py index bcbee5c4ff7..0758b5f3058 100644 --- a/homeassistant/components/media_player/cmus.py +++ b/homeassistant/components/media_player/cmus.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index bb822934a1a..1ebc27cf248 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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