diff --git a/homeassistant/components/vera.py b/homeassistant/components/vera.py index c1cc5d7cbf7..75dd7428010 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.20'] +REQUIREMENTS = ['pyvera==0.2.21'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index f8a5d4dac24..e193e9c7ea2 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -453,7 +453,7 @@ python-wink==0.10.0 # pyuserinput==0.1.11 # homeassistant.components.vera -pyvera==0.2.20 +pyvera==0.2.21 # homeassistant.components.notify.html5 pywebpush==0.6.1