From 29e668e887b8955f57938c375b36e1b9f39276a7 Mon Sep 17 00:00:00 2001 From: Alan Fischer Date: Sat, 28 Jul 2018 11:17:04 -0600 Subject: [PATCH] Upgrade pyvera to 0.2.44 (#15708) --- homeassistant/components/vera.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/vera.py b/homeassistant/components/vera.py index 0ab5e7ce39a..5bc6260c0a7 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.43'] +REQUIREMENTS = ['pyvera==0.2.44'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index b59d874f1cb..fb209f5e95a 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1150,7 +1150,7 @@ pyuptimerobot==0.0.5 # pyuserinput==0.1.11 # homeassistant.components.vera -pyvera==0.2.43 +pyvera==0.2.44 # homeassistant.components.switch.vesync pyvesync==0.1.1