parent
8d87b9fed5
commit
b352b761f3
homeassistant/components/media_player
|
@ -19,7 +19,7 @@ from homeassistant.const import (
|
|||
from homeassistant.helpers import config_validation as cv
|
||||
import homeassistant.util as util
|
||||
|
||||
REQUIREMENTS = ['pyvizio==0.0.2']
|
||||
REQUIREMENTS = ['pyvizio==0.0.3']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1084,7 +1084,7 @@ pyvera==0.2.42
|
|||
pyvesync==0.1.1
|
||||
|
||||
# homeassistant.components.media_player.vizio
|
||||
pyvizio==0.0.2
|
||||
pyvizio==0.0.3
|
||||
|
||||
# homeassistant.components.velux
|
||||
pyvlx==0.1.3
|
||||
|
|
Loading…
Reference in New Issue