Merge pull request #6278 from home-assistant/fix_vera_thormostat_bug

Fix vera thermostat bug
pull/6287/head
Greg Dowling 2017-02-27 10:55:33 +00:00 committed by GitHub
commit fbea5b4cac
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ from homeassistant.const import (
EVENT_HOMEASSISTANT_STOP) EVENT_HOMEASSISTANT_STOP)
from homeassistant.helpers.entity import Entity from homeassistant.helpers.entity import Entity
REQUIREMENTS = ['pyvera==0.2.23'] REQUIREMENTS = ['pyvera==0.2.24']
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)

View File

@ -619,7 +619,7 @@ pyunifi==1.3
# pyuserinput==0.1.11 # pyuserinput==0.1.11
# homeassistant.components.vera # homeassistant.components.vera
pyvera==0.2.23 pyvera==0.2.24
# homeassistant.components.notify.html5 # homeassistant.components.notify.html5
pywebpush==0.6.1 pywebpush==0.6.1