Fix livebox-play interactions for Python < 3.6 (#6243)

pull/6261/head
Philipp Schmitt 2017-02-26 23:04:22 +01:00 committed by Paulus Schoutsen
parent 9afcbaed1d
commit 7b3b755aaf
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ from homeassistant.const import (
STATE_PAUSED, STATE_UNKNOWN, CONF_NAME) STATE_PAUSED, STATE_UNKNOWN, CONF_NAME)
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['liveboxplaytv==1.4.8'] REQUIREMENTS = ['liveboxplaytv==1.4.9']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -328,7 +328,7 @@ liffylights==0.9.4
limitlessled==1.0.4 limitlessled==1.0.4
# homeassistant.components.media_player.liveboxplaytv # homeassistant.components.media_player.liveboxplaytv
liveboxplaytv==1.4.8 liveboxplaytv==1.4.9
# homeassistant.components.notify.matrix # homeassistant.components.notify.matrix
matrix-client==0.0.5 matrix-client==0.0.5