Bump pyvera version (add RFX device support) (#5487)

This commit is contained in:
Greg Dowling 2017-01-21 20:26:57 +00:00 committed by Paulus Schoutsen
parent ed12f9e237
commit 74989f7941
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ from homeassistant.const import (
EVENT_HOMEASSISTANT_STOP)
from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['pyvera==0.2.21']
REQUIREMENTS = ['pyvera==0.2.23']
_LOGGER = logging.getLogger(__name__)

View file

@ -534,7 +534,7 @@ pyunifi==1.3
# pyuserinput==0.1.11
# homeassistant.components.vera
pyvera==0.2.21
pyvera==0.2.23
# homeassistant.components.notify.html5
pywebpush==0.6.1