Bump pyvera version (add RFX device support) (#5487)
This commit is contained in:
parent
ed12f9e237
commit
74989f7941
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue