Bumped version number for supporting lib ()

pull/6466/head
Barry Williams 2017-03-07 04:38:33 +00:00 committed by Paulus Schoutsen
parent ff3c90fb80
commit 9522fe3a92
2 changed files with 2 additions and 2 deletions
homeassistant/components/media_player

View File

@ -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 | \

View File

@ -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