diff --git a/homeassistant/components/vera.py b/homeassistant/components/vera.py index 5bc6260c0a7..fb8af0d8855 100644 --- a/homeassistant/components/vera.py +++ b/homeassistant/components/vera.py @@ -19,7 +19,7 @@ from homeassistant.const import ( EVENT_HOMEASSISTANT_STOP, CONF_LIGHTS, CONF_EXCLUDE) from homeassistant.helpers.entity import Entity -REQUIREMENTS = ['pyvera==0.2.44'] +REQUIREMENTS = ['pyvera==0.2.45'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 9b7f7a5c352..f7dc780a0a8 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1236,7 +1236,7 @@ pyuptimerobot==0.0.5 # pyuserinput==0.1.11 # homeassistant.components.vera -pyvera==0.2.44 +pyvera==0.2.45 # homeassistant.components.switch.vesync pyvesync==0.1.1