From 7b3b755aaf28b23494feb9430e55139111eed27e Mon Sep 17 00:00:00 2001 From: Philipp Schmitt Date: Sun, 26 Feb 2017 23:04:22 +0100 Subject: [PATCH] Fix livebox-play interactions for Python < 3.6 (#6243) --- homeassistant/components/media_player/liveboxplaytv.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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