diff --git a/homeassistant/components/vera.py b/homeassistant/components/vera.py index 75dd7428010..ff75f6e7314 100644 --- a/homeassistant/components/vera.py +++ b/homeassistant/components/vera.py @@ -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__) diff --git a/requirements_all.txt b/requirements_all.txt index 56f85a8885b..f97d0095260 100755 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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