mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Bumped version number for supporting lib (#6462)
This commit is contained in:
parent
ff3c90fb80
commit
9522fe3a92
@ -14,7 +14,7 @@ from homeassistant.components.media_player import (
|
|||||||
from homeassistant.const import (
|
from homeassistant.const import (
|
||||||
STATE_IDLE, STATE_PAUSED, STATE_PLAYING, STATE_OFF)
|
STATE_IDLE, STATE_PAUSED, STATE_PLAYING, STATE_OFF)
|
||||||
|
|
||||||
REQUIREMENTS = ['openhomedevice==0.2']
|
REQUIREMENTS = ['openhomedevice==0.2.1']
|
||||||
|
|
||||||
SUPPORT_OPENHOME = SUPPORT_SELECT_SOURCE | \
|
SUPPORT_OPENHOME = SUPPORT_SELECT_SOURCE | \
|
||||||
SUPPORT_VOLUME_STEP | SUPPORT_VOLUME_MUTE | SUPPORT_VOLUME_SET | \
|
SUPPORT_VOLUME_STEP | SUPPORT_VOLUME_MUTE | SUPPORT_VOLUME_SET | \
|
||||||
|
@ -383,7 +383,7 @@ oemthermostat==1.1
|
|||||||
openevsewifi==0.4
|
openevsewifi==0.4
|
||||||
|
|
||||||
# homeassistant.components.media_player.openhome
|
# homeassistant.components.media_player.openhome
|
||||||
openhomedevice==0.2
|
openhomedevice==0.2.1
|
||||||
|
|
||||||
# homeassistant.components.switch.orvibo
|
# homeassistant.components.switch.orvibo
|
||||||
orvibo==1.1.1
|
orvibo==1.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user