Bumped version number for supporting lib (#6462)
parent
ff3c90fb80
commit
9522fe3a92
homeassistant/components/media_player
|
@ -14,7 +14,7 @@ from homeassistant.components.media_player import (
|
|||
from homeassistant.const import (
|
||||
STATE_IDLE, STATE_PAUSED, STATE_PLAYING, STATE_OFF)
|
||||
|
||||
REQUIREMENTS = ['openhomedevice==0.2']
|
||||
REQUIREMENTS = ['openhomedevice==0.2.1']
|
||||
|
||||
SUPPORT_OPENHOME = SUPPORT_SELECT_SOURCE | \
|
||||
SUPPORT_VOLUME_STEP | SUPPORT_VOLUME_MUTE | SUPPORT_VOLUME_SET | \
|
||||
|
|
|
@ -383,7 +383,7 @@ oemthermostat==1.1
|
|||
openevsewifi==0.4
|
||||
|
||||
# homeassistant.components.media_player.openhome
|
||||
openhomedevice==0.2
|
||||
openhomedevice==0.2.1
|
||||
|
||||
# homeassistant.components.switch.orvibo
|
||||
orvibo==1.1.1
|
||||
|
|
Loading…
Reference in New Issue