Bump pyvizio version (#19048)
* Update vizio.py Bump pyvizio version to reoslve get volume call and component setup failures * Update of requirement_allpull/19056/head
parent
af96694430
commit
0aee355b14
|
@ -20,7 +20,7 @@ from homeassistant.const import (
|
||||||
STATE_UNKNOWN)
|
STATE_UNKNOWN)
|
||||||
from homeassistant.helpers import config_validation as cv
|
from homeassistant.helpers import config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['pyvizio==0.0.3']
|
REQUIREMENTS = ['pyvizio==0.0.4']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -1325,7 +1325,7 @@ pyvera==0.2.45
|
||||||
pyvesync==0.1.1
|
pyvesync==0.1.1
|
||||||
|
|
||||||
# homeassistant.components.media_player.vizio
|
# homeassistant.components.media_player.vizio
|
||||||
pyvizio==0.0.3
|
pyvizio==0.0.4
|
||||||
|
|
||||||
# homeassistant.components.velux
|
# homeassistant.components.velux
|
||||||
pyvlx==0.1.3
|
pyvlx==0.1.3
|
||||||
|
|
Loading…
Reference in New Issue