diff --git a/homeassistant/components/media_player/liveboxplaytv.py b/homeassistant/components/media_player/liveboxplaytv.py index 093a53786be..52a37eb8faa 100644 --- a/homeassistant/components/media_player/liveboxplaytv.py +++ b/homeassistant/components/media_player/liveboxplaytv.py @@ -21,7 +21,7 @@ from homeassistant.const import ( STATE_PAUSED, STATE_UNKNOWN, CONF_NAME) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['liveboxplaytv==1.4.8'] +REQUIREMENTS = ['liveboxplaytv==1.4.9'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 5f89193bf59..5b0c020b316 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -328,7 +328,7 @@ liffylights==0.9.4 limitlessled==1.0.4 # homeassistant.components.media_player.liveboxplaytv -liveboxplaytv==1.4.8 +liveboxplaytv==1.4.9 # homeassistant.components.notify.matrix matrix-client==0.0.5