Upgrade pyvera to 0.2.44 (#15708)

This commit is contained in:
Alan Fischer 2018-07-28 11:17:04 -06:00 committed by Martin Hjelmare
parent 944f4f7c05
commit 29e668e887
2 changed files with 2 additions and 2 deletions

View file

@ -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__)