bump pyvera version to 0.2.13 (#2406)
parent
6bc504bfcc
commit
0a53b863cd
|
@ -13,7 +13,7 @@ from homeassistant.helpers import discovery
|
||||||
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
from homeassistant.const import EVENT_HOMEASSISTANT_STOP
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['pyvera==0.2.12']
|
REQUIREMENTS = ['pyvera==0.2.13']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
|
@ -339,7 +339,7 @@ python-wink==0.7.8
|
||||||
pyuserinput==0.1.9
|
pyuserinput==0.1.9
|
||||||
|
|
||||||
# homeassistant.components.vera
|
# homeassistant.components.vera
|
||||||
pyvera==0.2.12
|
pyvera==0.2.13
|
||||||
|
|
||||||
# homeassistant.components.wemo
|
# homeassistant.components.wemo
|
||||||
pywemo==0.4.3
|
pywemo==0.4.3
|
||||||
|
|
Loading…
Reference in New Issue