mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Bump pyvera version (add RFX device support) (#5487)
This commit is contained in:
parent
ed12f9e237
commit
74989f7941
@ -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…
x
Reference in New Issue
Block a user