Fix livebox-play interactions for Python < 3.6 (#6243)
parent
9afcbaed1d
commit
7b3b755aaf
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue